mirror of https://github.com/explosion/spaCy.git
* Declare new release in docs
This commit is contained in:
parent
b266a63f2c
commit
91c97009e2
17
README.md
17
README.md
|
@ -1,9 +1,22 @@
|
||||||
spaCy
|
spaCy
|
||||||
=====
|
=====
|
||||||
|
|
||||||
http://honnibal.github.io/spaCy
|
http://spacy.io
|
||||||
|
|
||||||
A pipeline for fast, state-of-the-art natural language processing. Commercial licenses available, otherwise under AGPL.
|
The fastest natural language understanding pipeline available. Focus on good API, easy installation, and documentation.
|
||||||
|
|
||||||
|
Commercial licenses available, otherwise under AGPL.
|
||||||
|
|
||||||
|
|
||||||
|
2015-06-24 v0.86
|
||||||
|
----------------
|
||||||
|
|
||||||
|
* Improvements in parser accuracy
|
||||||
|
|
||||||
|
2015-06-08 v0.85
|
||||||
|
----------------
|
||||||
|
|
||||||
|
* Improvements in parser accuracy
|
||||||
|
|
||||||
2015-05-12 v0.84
|
2015-05-12 v0.84
|
||||||
----------------
|
----------------
|
||||||
|
|
|
@ -10,7 +10,7 @@ spaCy: Industrial-strength NLP
|
||||||
|
|
||||||
.. _Issue Tracker: https://github.com/honnibal/spaCy/issues
|
.. _Issue Tracker: https://github.com/honnibal/spaCy/issues
|
||||||
|
|
||||||
**2015-08-06**: `Version 0.85 released`_
|
**2015-06-24**: `Version 0.86 released`_
|
||||||
|
|
||||||
.. _Version 0.85 released: updates.html
|
.. _Version 0.85 released: updates.html
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,13 @@ To update your installation:
|
||||||
|
|
||||||
Most updates ship a new model, so you will usually have to redownload the data.
|
Most updates ship a new model, so you will usually have to redownload the data.
|
||||||
|
|
||||||
|
2015-06-24 v0.86
|
||||||
|
----------------
|
||||||
|
|
||||||
|
* Parser now more accurate, using novel non-monotonic transition system that's
|
||||||
|
currently under review.
|
||||||
|
|
||||||
|
|
||||||
2015-05-12 v0.85
|
2015-05-12 v0.85
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue