This is an automated email from the ASF dual-hosted git repository.
krickert pushed a change to branch OPENNLP-1850-2c-profiles
in repository https://gitbox.apache.org/repos/asf/opennlp.git
omit f84ba8cc1 OPENNLP-1850 Review nits: rename
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
omit ec916b649 OPENNLP-1850 Review nits: add Turkish profile; derive
coverage from the enum (profiles)
omit 9646cd145 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian
profile (profiles)
omit 59329f1ed OPENNLP-1850 Per-language NormalizationProfile registry (2c)
add fefa03c22 OPENNLP-1850 Review: thread-safe Term cache, argument
validation, drop 'canonical' framing
add 827bf8e52 OPENNLP-1850 Per-language NormalizationProfile registry (2c)
add cc10d1a8c OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian
profile (profiles)
add c7934bd9a OPENNLP-1850 Review nits: add Turkish profile; derive
coverage from the enum (profiles)
add cfc3de91d OPENNLP-1850 Review nits: rename
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
add 19ae614df OPENNLP-1850 Review: validate NormalizationProfile components
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 (f84ba8cc1)
\
N -- N -- N refs/heads/OPENNLP-1850-2c-profiles (19ae614df)
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:
.../opennlp/tools/util/normalizer/Dimension.java | 4 +-
.../util/normalizer/NormalizationProfile.java | 21 ++-
.../java/opennlp/tools/util/normalizer/Term.java | 56 +++++---
.../tools/util/normalizer/TermAnalyzer.java | 82 +++++++++---
.../util/normalizer/NormalizationProfilesTest.java | 10 ++
.../tools/util/normalizer/TermAnalyzerTest.java | 142 ++++++++++++++++++++-
6 files changed, 274 insertions(+), 41 deletions(-)