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
discard 243f21edf OPENNLP-1850 Review nits: rename
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
discard eb2692f16 OPENNLP-1850 Review nits: add Turkish profile; derive
coverage from the enum (profiles)
discard 6a446d1e0 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian
profile (profiles)
discard 8eb056c3c OPENNLP-1850 Per-language NormalizationProfile registry (2c)
discard 4842b1cad OPENNLP-1850 Review nits: TermAnalyzer javadoc references
matchingAnalyzer()
discard 90aa1d014 OPENNLP-1850 Review nits: rename dashes()->dash(); LEMMA
doc+test; soften forward-link (Term)
discard 6f1f7ceb4 OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
add 4dbd6a2e9 OPENNLP-1850 Perf: hoist the per-char volatile reads in
WordBreakProperty/ExtendedPictographic
add dfb687ac8 OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
add 1ccc77263 OPENNLP-1850 Review nits: rename dashes()->dash(); LEMMA
doc+test; soften forward-link (Term)
add b0b2fa653 OPENNLP-1850 Review nits: TermAnalyzer javadoc references
matchingAnalyzer()
add 11efd78c7 OPENNLP-1850 Per-language NormalizationProfile registry (2c)
add b7e574912 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian
profile (profiles)
add f18960131 OPENNLP-1850 Review nits: add Turkish profile; derive
coverage from the enum (profiles)
add ea80f2f83 OPENNLP-1850 Review nits: rename
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
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 (243f21edf)
\
N -- N -- N refs/heads/OPENNLP-1850-2c-profiles (ea80f2f83)
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:
.../tools/tokenize/uax29/ExtendedPictographic.java | 13 +++++++--
.../tools/tokenize/uax29/WordBreakProperty.java | 32 +++++++++++++++-----
.../tools/tokenize/uax29/WordSegmenter.java | 34 +++++++++++++++-------
.../opennlp/tools/tokenize/uax29/WordType.java | 7 ++++-
.../tokenize/uax29/ExtendedPictographicTest.java | 12 ++++++++
.../tokenize/uax29/WordBreakPropertyTest.java | 12 ++++++++
6 files changed, 88 insertions(+), 22 deletions(-)