This is an automated email from the ASF dual-hosted git repository.
krickert pushed a change to branch OPENNLP-1850-2b-term
in repository https://gitbox.apache.org/repos/asf/opennlp.git
omit fefa03c22 OPENNLP-1850 Review: thread-safe Term cache, argument
validation, drop 'canonical' framing
omit 37ce9e128 OPENNLP-1850 Term model hardening: fail loud on a
contract-violating Lemmatizer
omit 1cb0bb03a OPENNLP-1850 Review nits: TermAnalyzer javadoc references
matchingAnalyzer()
omit 69906de04 OPENNLP-1850 Review nits: rename dashes()->dash(); LEMMA
doc+test; soften forward-link (Term)
omit e67c8bd29 OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
add 74092e1c9 OPENNLP-1873: Update ONNX runtime to 1.27.0 (#1143)
add 1712f32db OPENNLP-1874: Update Log4J to 2.26.1 (#1144)
add 945a3079f Minor: Regenerated NOTICE File for
1712f32dbe657792f9a80fa960018ab2a9eb2206 (#1147)
add 388585c02 OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
add 0ce3db3a4 OPENNLP-1850 Review nits: rename dashes()->dash(); LEMMA
doc+test; soften forward-link (Term)
add 3dbe1d33a OPENNLP-1850 Review nits: TermAnalyzer javadoc references
matchingAnalyzer()
add 0290ae56d OPENNLP-1850 Term model hardening: fail loud on a
contract-violating Lemmatizer
add bbfcd659b OPENNLP-1850 Review: thread-safe Term cache, argument
validation, drop 'canonical' framing
add 528073833 OPENNLP-1850 Review: IllegalArgumentException on null args;
TermTest + multilingual cases
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (fefa03c22)
\
N -- N -- N refs/heads/OPENNLP-1850-2b-term (528073833)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
NOTICE | 10 +-
.../java/opennlp/tools/util/normalizer/Term.java | 18 ++--
.../tools/util/normalizer/TermAnalyzer.java | 76 +++++++++-----
.../normalizer/TermAnalyzerMultilingualTest.java | 78 +++++++++++++++
.../tools/util/normalizer/TermAnalyzerTest.java | 26 ++---
.../opennlp/tools/util/normalizer/TermTest.java | 109 +++++++++++++++++++++
opennlp-distr/src/main/readme/NOTICE | 10 +-
pom.xml | 4 +-
8 files changed, 274 insertions(+), 57 deletions(-)
create mode 100644
opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/util/normalizer/TermAnalyzerMultilingualTest.java
create mode 100644
opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/util/normalizer/TermTest.java