From 197406de1d7ca17909591b30aebde4eb9ddcd339 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 19 Sep 2019 14:33:58 +0200 Subject: [PATCH] Update v2-2.md [ci skip] --- website/docs/usage/v2-2.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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}