Repository: opennlp Updated Branches: refs/heads/master ee9fdb8aa -> 17800716c
Update README for release 1.8.0 RC closes #209 Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/17800716 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/17800716 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/17800716 Branch: refs/heads/master Commit: 17800716c8bcfe33e5508dda955dc39d15863b71 Parents: ee9fdb8 Author: Rodrigo Agerri <[email protected]> Authored: Wed May 17 22:00:10 2017 +0200 Committer: Jörn Kottmann <[email protected]> Committed: Wed May 17 23:12:08 2017 +0200 ---------------------------------------------------------------------- opennlp-distr/README | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/17800716/opennlp-distr/README ---------------------------------------------------------------------- diff --git a/opennlp-distr/README b/opennlp-distr/README index 975c651..7f9bc4d 100644 --- a/opennlp-distr/README +++ b/opennlp-distr/README @@ -36,6 +36,7 @@ Additionally the release contains the following noteworthy changes: - Now prefix and suffix feature generators are configurable - Remove API in Document Categorizer for user specified tokenizer - Learnable lemmatizer now returns all possible lemmas for a given word and pos tag +- Lemmatizer API backward compatibility break: no need to encode/decode lemmas anymore, now LemmatizerME lemmatize method returns the actual lemma - Add stemmer, detokenizer and sentence detection abbreviations for Irish - Chunker SequenceValidator signature changed to allow access to both token and POS tag
