mirror of https://github.com/explosion/spaCy.git
Fix anchor [ci skip]
This commit is contained in:
parent
25a595dc10
commit
121809dd1e
|
@ -389,7 +389,7 @@ Note that spaCy v3.0 now requires **Python 3.6+**.
|
|||
| `GoldCorpus` | [`Corpus`](/api/corpus) |
|
||||
| `KnowledgeBase.load_bulk`, `KnowledgeBase.dump` | [`KnowledgeBase.from_disk`](/api/kb#from_disk), [`KnowledgeBase.to_disk`](/api/kb#to_disk) |
|
||||
| `Matcher.pipe`, `PhraseMatcher.pipe` | not needed |
|
||||
| `spacy init-model` | [`spacy init vocab`](/api/cli#init.vocab) |
|
||||
| `spacy init-model` | [`spacy init vocab`](/api/cli#init-vocab) |
|
||||
| `spacy debug-data` | [`spacy debug data`](/api/cli#debug-data) |
|
||||
| `spacy profile` | [`spacy debug profile`](/api/cli#debug-profile) |
|
||||
| `spacy link`, `util.set_data_path`, `util.get_data_path` | not needed, symlinks are deprecated |
|
||||
|
|
Loading…
Reference in New Issue