Update v2-2.md [ci skip]

This commit is contained in:
Ines Montani 2019-09-27 18:10:43 +02:00
parent 206e8a5ac7
commit 59beab8405

View File

@ -12,9 +12,10 @@ spaCy v2.2 features improved statistical models, new pretrained models for
Norwegian and Lithuanian, better Dutch NER, as well as a new mechanism for
storing language data that makes the installation about **15× smaller** on
disk. We've also added a new API for **entity linking**, a new class to
efficiently **serialize annotations**, built-in scoring and **CLI training for
text classification** and a new command to analyze and **debug training data**.
For the full changelog, see the
efficiently **serialize annotations**, an improved and 10× faster phrase
matching engine, built-in scoring and **CLI training for text classification**
and a new command to analyze and **debug training data**. For the full
changelog, see the
[release notes on GitHub](https://github.com/explosion/spaCy/releases/tag/v2.2.0).
<!-- For more details and a behind-the-scenes look at the new release,
@ -27,7 +28,6 @@ For the full changelog, see the
> ```bash
> python -m spacy download nl_core_news_sm
> python -m spacy download nb_core_news_sm
> python -m spacy download nb_core_news_md
> python -m spacy download lt_core_news_sm
> ```