* Note new release in docs

This commit is contained in:
Matthew Honnibal 2015-06-08 01:47:06 +02:00
parent d318cf1497
commit 2aadb687c3
2 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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
----------------