mirror of https://github.com/explosion/spaCy.git
* Update changelog in preparation for 0.101.0 release
This commit is contained in:
parent
5d86c30f0b
commit
f6ef64f02c
16
README.rst
16
README.rst
|
@ -53,7 +53,21 @@ Supports
|
||||||
* Windows (Cygwin, MinGW, Visual Studio)
|
* Windows (Cygwin, MinGW, Visual Studio)
|
||||||
|
|
||||||
|
|
||||||
2016-04-05 v0.100.7: German!
|
2016-05-0 0.101.0: Fixed German model
|
||||||
|
-------------------------------------
|
||||||
|
|
||||||
|
* Fixed bug that prevented German parses from being deprojectivised.
|
||||||
|
|
||||||
|
* Bug fixes to sentence boundary detection.
|
||||||
|
|
||||||
|
* Add rich comparison methods to the Lexeme class.
|
||||||
|
|
||||||
|
* Add missing Doc.has_vector and Span.has_vector properties.
|
||||||
|
|
||||||
|
* Add missing Span.sent property.
|
||||||
|
|
||||||
|
|
||||||
|
2016-05-05 v0.100.7: German!
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
spaCy finally supports another language, in addition to English. We're lucky to have Wolfgang Seeker on the team, and the new German model is just the beginning.
|
spaCy finally supports another language, in addition to English. We're lucky to have Wolfgang Seeker on the team, and the new German model is just the beginning.
|
||||||
|
|
Loading…
Reference in New Issue