mirror of
https://github.com/explosion/spaCy.git
synced 2025-05-30 10:43:18 +03:00
Update v2 docs
This commit is contained in:
parent
03bbb96db8
commit
4a927154d8
|
@ -170,7 +170,7 @@ p
|
||||||
python -m spacy download de # default German model
|
python -m spacy download de # default German model
|
||||||
python -m spacy download fr # default French model
|
python -m spacy download fr # default French model
|
||||||
python -m spacy download es # default Spanish model
|
python -m spacy download es # default Spanish model
|
||||||
python -m spacy download xx_ent_web_md # multi-language NER
|
python -m spacy download xx_ent_wiki_sm # multi-language NER
|
||||||
|
|
||||||
p
|
p
|
||||||
| spaCy v2.0 comes with new and improved neural network models for English,
|
| spaCy v2.0 comes with new and improved neural network models for English,
|
||||||
|
@ -294,9 +294,6 @@ p
|
||||||
+h(2, "migrating") Migrating from spaCy 1.x
|
+h(2, "migrating") Migrating from spaCy 1.x
|
||||||
|
|
||||||
p
|
p
|
||||||
| If you've mostly been using spaCy for basic text processing, chances are
|
|
||||||
| you won't even have to change your code at all. For all other cases,
|
|
||||||
| we've tried to focus...
|
|
||||||
|
|
||||||
+infobox("Some tips")
|
+infobox("Some tips")
|
||||||
| Before migrating, we strongly recommend writing a few
|
| Before migrating, we strongly recommend writing a few
|
||||||
|
@ -339,6 +336,11 @@ p
|
||||||
nlp.save_to_directory('/model')
|
nlp.save_to_directory('/model')
|
||||||
nlp.vocab.dump('/vocab')
|
nlp.vocab.dump('/vocab')
|
||||||
|
|
||||||
|
p
|
||||||
|
| If you've trained models with input from v1.x, you'll need to
|
||||||
|
| #[strong retrain them] with spaCy v2.0. All previous models will not
|
||||||
|
| be compatible with the new version.
|
||||||
|
|
||||||
+h(3, "migrating-strings") Strings and hash values
|
+h(3, "migrating-strings") Strings and hash values
|
||||||
|
|
||||||
p
|
p
|
||||||
|
|
Loading…
Reference in New Issue
Block a user