* Fix updates description for v0.84

This commit is contained in:
Matthew Honnibal 2015-05-12 03:30:56 +02:00
parent 6944a512b7
commit b9da330d8e
2 changed files with 14 additions and 12 deletions

View File

@ -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. 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: Supports:

View File

@ -1,8 +1,14 @@
Updates 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. * 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. * Lots of bug fixes.
2015-03-05 v0.70 released 2015-03-05 v0.70
------------------------- ----------------
* Improved parse navigation API * Improved parse navigation API
* Bug fixes to labelled parsing * Bug fixes to labelled parsing