Fix download commands

This commit is contained in:
ines 2017-03-25 10:18:38 +01:00
parent 89fe97ec43
commit 8a0ee5fc81

View File

@ -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