mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-01 01:50:41 +03:00
* Note new release in docs
This commit is contained in:
parent
d318cf1497
commit
2aadb687c3
|
@ -10,8 +10,9 @@ spaCy: Industrial-strength NLP
|
|||
|
||||
.. _Issue Tracker: https://github.com/honnibal/spaCy/issues
|
||||
|
||||
**12/05**: *Version 0.84 released. Includes bug fixes to parsing and NER. Be
|
||||
sure to download the most recent data, with "python -m spacy.en.download all".*
|
||||
**2015-08-06**: `Version 0.85 released`_
|
||||
|
||||
.. _Version 0.85 released: updates.html
|
||||
|
||||
`spaCy`_ is a new library for text processing in Python and Cython.
|
||||
I wrote it because I think small companies are terrible at
|
||||
|
|
|
@ -1,6 +1,19 @@
|
|||
Updates
|
||||
=======
|
||||
|
||||
2015-05-12 v0.85
|
||||
----------------
|
||||
|
||||
* Parser produces richer dependency labels following the `ClearNLP scheme`_
|
||||
* Training data now includes text from a variety of genres. Most users should
|
||||
see a substantial improvement in accuracy.
|
||||
* Parser now uses more memory and is slightly slower, due to the additional
|
||||
labels.
|
||||
* Be sure to redownload data, with **python -m spacy.en.download all**
|
||||
|
||||
.. _ClearNLP scheme: https://github.com/clir/clearnlp-guidelines/blob/master/md/dependency/dependency_guidelines.md
|
||||
|
||||
|
||||
2015-05-12 v0.84
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user