Update v2-2.md [ci skip]

This commit is contained in:
Ines Montani 2019-09-19 14:33:58 +02:00
parent c1030b1ad2
commit 197406de1d
1 changed files with 11 additions and 1 deletions

View File

@ -8,7 +8,17 @@ menu:
## New Features {#features hidden="true"}
<!-- TODO: summary -->
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&times; 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
[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,
[see our blog post](https://explosion.ai/blog/spacy-v2-2). -->
### Better pretrained models and more languages {#models}