mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
* Update docs
This commit is contained in:
parent
2aadb687c3
commit
e46cef634f
|
@ -5,11 +5,13 @@ Updates
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
* Parser produces richer dependency labels following the `ClearNLP scheme`_
|
* Parser produces richer dependency labels following the `ClearNLP scheme`_
|
||||||
* Training data now includes text from a variety of genres. Most users should
|
* Training data now includes text from a variety of genres.
|
||||||
see a substantial improvement in accuracy.
|
|
||||||
* Parser now uses more memory and is slightly slower, due to the additional
|
* Parser now uses more memory and is slightly slower, due to the additional
|
||||||
labels.
|
labels.
|
||||||
* Be sure to redownload data, with **python -m spacy.en.download all**
|
|
||||||
|
Most users should see a substantial increase in accuracy from the new model.
|
||||||
|
Be sure to redownload data, with **python -m spacy.en.download all**
|
||||||
|
Long post on accuracy evaluation and model details coming soon.
|
||||||
|
|
||||||
.. _ClearNLP scheme: https://github.com/clir/clearnlp-guidelines/blob/master/md/dependency/dependency_guidelines.md
|
.. _ClearNLP scheme: https://github.com/clir/clearnlp-guidelines/blob/master/md/dependency/dependency_guidelines.md
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user