From 2a3a4565cdc5c18725673484a493d03836f3a149 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Tue, 1 Oct 2019 14:19:34 +0200 Subject: [PATCH] Update infobox [ci skip] --- website/docs/usage/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/docs/usage/index.md b/website/docs/usage/index.md index 43d602f6c..8aa172bf8 100644 --- a/website/docs/usage/index.md +++ b/website/docs/usage/index.md @@ -51,11 +51,12 @@ $ pip install -U spacy -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.