Repository: opennlp Updated Branches: refs/heads/master 31d463b54 -> 26ff5d8c1
NoJira: Updates release notes for OpenNLP 1.7.2 Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/26ff5d8c Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/26ff5d8c Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/26ff5d8c Branch: refs/heads/master Commit: 26ff5d8c108d6c5c92a5315561ac5ba03a78eafc Parents: 31d463b Author: William D C M SILVA <[email protected]> Authored: Mon Jan 30 19:35:21 2017 -0200 Committer: William D C M SILVA <[email protected]> Committed: Mon Jan 30 19:35:21 2017 -0200 ---------------------------------------------------------------------- opennlp-distr/README | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/26ff5d8c/opennlp-distr/README ---------------------------------------------------------------------- diff --git a/opennlp-distr/README b/opennlp-distr/README index 8bfeeb4..0c7cb8d 100644 --- a/opennlp-distr/README +++ b/opennlp-distr/README @@ -24,18 +24,14 @@ removed. Now Java 1.8 is required. Additionally the release contains the following noteworthy changes: -- 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. +- Name Finder evaluation can now show a confusion matrix +- The default evaluation output contains more details +- Added a Language Model CLI tool +- Add Moses format support +- More refactoring and cleanup, specially in Machine Learning package and Dictionary +- Removed deprecated trainers from UIMA integration +- Fixed potential localization issues and added maven plugin to prevent it (ForbiddenAPI) +- Fixed issues with the BRAT corpus reader A detailed list of the issues related to this release can be found in the release notes.
