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/27 10:57:37 UTC

opennlp git commit: Add noteworthy changes for 1.7.0 to README

Repository: opennlp
Updated Branches:
  refs/heads/trunk b12187901 -> a36d01395


Add noteworthy 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/a36d0139
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/a36d0139
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/a36d0139

Branch: refs/heads/trunk
Commit: a36d01395c233712ebfd9b6a3e341a0f107e99f2
Parents: b121879
Author: Rodrigo Agerri <ra...@apache.org>
Authored: Wed Nov 23 13:04:49 2016 +0100
Committer: Kottmann <jo...@apache.org>
Committed: Tue Dec 27 11:57:04 2016 +0100

----------------------------------------------------------------------
 opennlp-distr/README | 33 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/a36d0139/opennlp-distr/README
----------------------------------------------------------------------
diff --git a/opennlp-distr/README b/opennlp-distr/README
index 0ecfaec..8bfeeb4 100644
--- a/opennlp-distr/README
+++ b/opennlp-distr/README
@@ -1,12 +1,14 @@
 Apache OpenNLP ${pom.version}
 ===============================
 
+Requirements
+------------
+Java 1.8 is required to run OpenNLP
+Maven 3.3.9 is required for building it
 
 Building from the Source Distribution
 -------------------------------------
 
-At least Maven 3.0.0 is required for building.
-
 To build everything execute the following command in the root folder:
     mvn clean install
 
@@ -22,23 +24,20 @@ 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.
 
-Requirements
-------------
-Java 1.8 is required to run OpenNLP
-Maven 3.3.9 is required for building it