You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2016/12/26 13:34:44 UTC

[50/50] [abbrv] opennlp git commit: Add noteworth changes for 1.7.0 to README

Add noteworth changes for 1.7.0 to README

See issue OPENNLP-889


Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo
Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/63e969c2
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/63e969c2
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/63e969c2

Branch: refs/heads/889
Commit: 63e969c23c94d12386fa7eaebed3bc2d3bad9082
Parents: dfbf614
Author: Rodrigo Agerri <ra...@apache.org>
Authored: Wed Nov 23 13:04:49 2016 +0100
Committer: Kottmann <jo...@apache.org>
Committed: Mon Dec 26 14:28:39 2016 +0100

----------------------------------------------------------------------
 opennlp-distr/README | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/63e969c2/opennlp-distr/README
----------------------------------------------------------------------
diff --git a/opennlp-distr/README b/opennlp-distr/README
index 0ecfaec..4a7a77b 100644
--- a/opennlp-distr/README
+++ b/opennlp-distr/README
@@ -22,17 +22,18 @@ removed. Now Java 1.8 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
+- OpenNLP is up to 50% faster at analyzing content
+- A lot of deprecated code has been removed
+- Code base has been cleaned up
+- There is a new brat annotation service
+- Documentation was improved and extended
+- A Naive Bayesian Classifier implementation was added
+- Morofologik addon is now included
+- Added a language model component
+- 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.