Fix download commands

This commit is contained in:
ines 2017-03-25 10:22:05 +01:00
parent 0035fd9efe
commit 9600cd1b9e

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