From 48aa8669e873841f067e21169ee64e5ab5c970a4 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sat, 5 Nov 2016 02:33:26 +0100 Subject: [PATCH] Update README.rst --- README.rst | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 74e78a67c..5db69ce77 100644 --- a/README.rst +++ b/README.rst @@ -6,7 +6,7 @@ Cython. spaCy is built on the very latest research, but it isn't researchware. It was designed from day 1 to be used in real products. It's commercial open-source software, released under the MIT license. -💫 **Version 1.1 out now!** `Read the release notes here. `_ +💫 **Version 1.2 out now!** `Read the release notes here. `_ .. image:: http://i.imgur.com/wFvLZyJ.png :target: https://travis-ci.org/explosion/spaCy @@ -225,8 +225,29 @@ and ``--model`` are optional and enable additional tests: Changelog ========= -2016-10-23 `v1.1.0 `_: *Bug fixes and adjustments* ------------------------------------------------------------------------------------------------ +2016-11-04 `v1.2.0 `_: *Alpha tokenizers for Chinese, French, Spanish, Italian and Portuguese* +------------------------------------------------------------------------------------------------------------------------------------------- + +**✨ Major features and improvements** + +* **NEW:** Support Chinese tokenization, via `Jieba `_. +* **NEW:** Alpha support for French, Spanish, Italian and Portuguese tokenization. + +**🔴 Bug fixes** + +* Fix issue `#376 `_: POS tags for "and/or" are now correct. +* Fix issue `#578 `_: ``--force`` argument on download command now operates correctly. +* Fix issue `#595 `_: Lemmatization corrected for some base forms. +* Fix issue `#588 `_: `Matcher` now rejects empty patterns. +* Fix issue `#592 `_: Added exception rule for tokenization of "Ph.D." +* Fix issue `#599 `_: Empty documents now considered tagged and parsed. +* Fix issue `#600 `_: Add missing ``token.tag`` and ``token.tag`` setters. +* Fix issue `#596 `_: Added missing unicode import when compiling regexes that led to incorrect tokenization. +* Fix issue `#587 `_: Resolved bug that caused ``Matcher`` to sometimes segfault. +* Fix issue `#429 `_: Ensure missing entity types are added to the entity recognizer. + +2016-10-23 `v1.1.0 `_: *Bug fixes and adjustments* +---------------------------------------------------------------------------------------------------------- * Rename new ``pipeline`` keyword argument of ``spacy.load()`` to ``create_pipeline``. * Rename new ``vectors`` keyword argument of ``spacy.load()`` to ``add_vectors``.