mirror of https://github.com/explosion/spaCy.git
Update infobox [ci skip]
This commit is contained in:
parent
66aa0d479f
commit
2a3a4565cd
|
@ -51,11 +51,12 @@ $ pip install -U spacy
|
|||
|
||||
<Infobox variant="warning">
|
||||
|
||||
To install additional data tables for lemmatization in **spaCy v2.2+** (to
|
||||
create blank models or lemmatize in languages that don't yet come with
|
||||
pre-trained models), you can run `pip install spacy[lookups]` or install
|
||||
To install additional data tables for lemmatization in **spaCy v2.2+** you can
|
||||
run `pip install spacy[lookups]` or install
|
||||
[`spacy-lookups-data`](https://github.com/explosion/spacy-lookups-data)
|
||||
separately.
|
||||
separately. The lookups package is needed to create blank models with
|
||||
lemmatization data, or to lemmatize in languages that don't yet come with
|
||||
pre-trained models and aren't powered by third-party libraries.
|
||||
|
||||
</Infobox>
|
||||
|
||||
|
|
Loading…
Reference in New Issue