diff --git a/README.md b/README.md index 9dd637909..249f7a6fb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,22 @@ 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 ---------------- diff --git a/docs/source/index.rst b/docs/source/index.rst index 684072a51..6173641c2 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,7 +10,7 @@ spaCy: Industrial-strength NLP .. _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 diff --git a/docs/source/updates.rst b/docs/source/updates.rst index 9ffebf717..43be93428 100644 --- a/docs/source/updates.rst +++ b/docs/source/updates.rst @@ -10,6 +10,13 @@ To update your installation: 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 ----------------