Update _custom.jade (#2372)

It seems based on the doc and trying out that the `en` or `[lang]` is missing from the `spacy model-init`
This commit is contained in:
Samuel Pouyt 2018-05-26 18:17:12 +02:00 committed by Ines Montani
parent d84a830d79
commit 5f988b8e9c

View File

@ -52,7 +52,7 @@ p
+code(false, "bash").
wget https://s3-us-west-1.amazonaws.com/fasttext-vectors/word-vectors-v2/cc.la.300.vec.gz
python -m spacy init-model /tmp/la_vectors_wiki_lg --vectors-loc cc.la.300.vec.gz
python -m spacy init-model en /tmp/la_vectors_wiki_lg --vectors-loc cc.la.300.vec.gz
p
| This will output a spaCy model in the directory