This is an automated email from the ASF dual-hosted git repository.
krickert pushed a change to branch OPENNLP-1888-DocumentShape
in repository https://gitbox.apache.org/repos/asf/opennlp.git
from cd4c77506 OPENNLP-1888: Parse per sentence in the adapters,
distinguish empty from missing layers, validate providers at build time
add 6aaeeb3bd OPENNLP-1888: Lemmatize per sentence, validate adapter
outputs, clear adaptive data on failure
No new revisions were added by this update.
Summary of changes:
.../tools/document/NameFinderAnnotator.java | 87 ++++++++------
.../opennlp/tools/document/POSTaggerAnnotator.java | 8 +-
.../tools/document/NameFinderAnnotatorTest.java | 117 +++++++++++++++++-
.../tools/document/POSTaggerAnnotatorTest.java | 38 ++++++
.../tools/lemmatizer/LemmatizerAnnotator.java | 83 +++++++++----
.../tools/lemmatizer/LemmatizerAnnotatorTest.java | 132 ++++++++++++++++++++-
6 files changed, 394 insertions(+), 71 deletions(-)