mirror of https://github.com/explosion/spaCy.git
Update v2-2.md [ci skip]
This commit is contained in:
parent
c1030b1ad2
commit
197406de1d
|
@ -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× 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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue