diff --git a/website/docs/usage/v2-2.md b/website/docs/usage/v2-2.md index e3907f8ea..ded0404a3 100644 --- a/website/docs/usage/v2-2.md +++ b/website/docs/usage/v2-2.md @@ -8,7 +8,17 @@ menu: ## New Features {#features hidden="true"} - +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). + + ### Better pretrained models and more languages {#models}