mirror of https://github.com/explosion/spaCy.git
Update v2-2.md [ci skip]
This commit is contained in:
parent
206e8a5ac7
commit
59beab8405
|
@ -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
|
Norwegian and Lithuanian, better Dutch NER, as well as a new mechanism for
|
||||||
storing language data that makes the installation about **15× smaller** on
|
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
|
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
|
efficiently **serialize annotations**, an improved and 10× faster phrase
|
||||||
text classification** and a new command to analyze and **debug training data**.
|
matching engine, built-in scoring and **CLI training for text classification**
|
||||||
For the full changelog, see the
|
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).
|
[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,
|
<!-- For more details and a behind-the-scenes look at the new release,
|
||||||
|
@ -27,7 +28,6 @@ For the full changelog, see the
|
||||||
> ```bash
|
> ```bash
|
||||||
> python -m spacy download nl_core_news_sm
|
> python -m spacy download nl_core_news_sm
|
||||||
> python -m spacy download nb_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
|
> python -m spacy download lt_core_news_sm
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue