Repository: opennlp Updated Branches: refs/heads/889 [created] cc2eb5d1c
OPENNLP-889 adding lemmatizer changes to release notes Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/cc2eb5d1 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/cc2eb5d1 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/cc2eb5d1 Branch: refs/heads/889 Commit: cc2eb5d1ce0e8bbb364b1fa9ae9eff42ea34fb9a Parents: 388a37e Author: Rodrigo Agerri <[email protected]> Authored: Wed Nov 23 13:04:49 2016 +0100 Committer: Rodrigo Agerri <[email protected]> Committed: Wed Nov 23 13:04:49 2016 +0100 ---------------------------------------------------------------------- opennlp-distr/README | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/cc2eb5d1/opennlp-distr/README ---------------------------------------------------------------------- diff --git a/opennlp-distr/README b/opennlp-distr/README index a0ad5e4..fef78ab 100644 --- a/opennlp-distr/README +++ b/opennlp-distr/README @@ -22,17 +22,9 @@ removed. Now Java 1.7 is required. Additionally the release contains the following noteworthy changes: -- Added evalutation support to the parser and doccat components -- Added support to Evalita 07/09, Brat and OntoNotes corpus formats -- Now L-BFGS is stable -- Added Snowball to the Stemmer package -- NameFinder now supports a user defined factory -- Added pluggable machine learning support -- Added a lemmatizer module -- Added Cluster, Document Begin and Clark feature generators to the Name Finder -- Added Liblinear as a Machine Learning addon -- Entity Linker now has a command line interface -- Added sequence classification support +-- Added a CLI to the lemmatizer component. +-- Added a supervised statistical lemmatizer. +-- The lemmatizer component API has been entirely rewritten. The changes in the previously existing Dictionary-based lemmatizer are not backward compatible. A detailed list of the issues related to this release can be found in the release notes.
