mirror of
https://github.com/explosion/spaCy.git
synced 2025-05-03 15:23:41 +03:00
Update models docs
This commit is contained in:
parent
e01fbacf81
commit
3926ffdb70
|
@ -13,6 +13,11 @@ p
|
||||||
| internal alias that tells spaCy where to find the data files for a specific
|
| internal alias that tells spaCy where to find the data files for a specific
|
||||||
| model name.
|
| model name.
|
||||||
|
|
||||||
|
+infobox("Important note")
|
||||||
|
| Due to improvements in the English lemmatizer in v1.7.0, you need to download the
|
||||||
|
| new English model. The German model is still compatible and will be
|
||||||
|
| recognised and linked automatically.
|
||||||
|
|
||||||
+aside-code("Quickstart").
|
+aside-code("Quickstart").
|
||||||
# Install spaCy and download English model
|
# Install spaCy and download English model
|
||||||
pip install spacy
|
pip install spacy
|
||||||
|
@ -50,7 +55,7 @@ p
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code de_core_news_md]
|
+cell #[code de_core_news_md]
|
||||||
+cell 1 GB
|
+cell 645 MB
|
||||||
+cell Vocab, syntax, entities, word vectors #[+tag default]
|
+cell Vocab, syntax, entities, word vectors #[+tag default]
|
||||||
|
|
||||||
p
|
p
|
||||||
|
@ -184,7 +189,8 @@ p
|
||||||
|
|
||||||
+h(3, "usage-loading") Loading models
|
+h(3, "usage-loading") Loading models
|
||||||
|
|
||||||
p To load a model, use #[code spacy.load()] with the model's shortcut link:
|
p
|
||||||
|
| To load a model, use #[code spacy.load()] with the model's shortcut link.
|
||||||
|
|
||||||
+code.
|
+code.
|
||||||
import spacy
|
import spacy
|
||||||
|
|
Loading…
Reference in New Issue
Block a user