diff --git a/README.md b/README.md index a72ccf2c6..f4a34635b 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,12 @@ http://honnibal.github.io/spaCy A pipeline for fast, state-of-the-art natural language processing. Commercial licenses available, otherwise under AGPL. -Version 0.80 released ---------------------- +2015-05-12 v0.84 +---------------- -2015-04-13 +* Bug fixes for parsing +* Bug fixes for named entity recognition -* Preliminary support for named-entity recognition. Its accuracy is substantially behind the state-of-the-art. I'm working on improvements. - -* Better sentence boundary detection, drawn from the syntactic structure. - -* Lots of bug fixes. Supports: diff --git a/docs/source/updates.rst b/docs/source/updates.rst index 0cf83200d..ae9b47958 100644 --- a/docs/source/updates.rst +++ b/docs/source/updates.rst @@ -1,8 +1,14 @@ Updates ======= -2015-04-13 v0.80 released -------------------------- +2015-05-12 v0.84 +---------------- + +* Bug fixes for parsing +* Bug fixes for named entity recognition + +2015-04-13 v0.80 +---------------- * Preliminary support for named-entity recognition. Its accuracy is substantially behind the state-of-the-art. I'm working on improvements. @@ -10,8 +16,8 @@ Updates * Lots of bug fixes. -2015-03-05 v0.70 released -------------------------- +2015-03-05 v0.70 +---------------- * Improved parse navigation API * Bug fixes to labelled parsing