mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Fix download commands
This commit is contained in:
parent
89fe97ec43
commit
8a0ee5fc81
|
@ -5,8 +5,8 @@ include ../../_includes/_mixins
|
|||
p spaCy currently supports the following languages and capabilities:
|
||||
|
||||
+aside-code("Download language models", "bash").
|
||||
python -m spacy.en.download all
|
||||
python -m spacy.de.download all
|
||||
python -m spacy download en
|
||||
python -m spacy download de
|
||||
|
||||
+table([ "Language", "Token", "SBD", "Lemma", "POS", "NER", "Dep", "Vector", "Sentiment"])
|
||||
+row
|
||||
|
|
Loading…
Reference in New Issue
Block a user