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
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()
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 (4842b1cad)
\
N -- N -- N refs/heads/OPENNLP-1850-2b-term (b0b2fa653)
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(-)