This is an automated email from the ASF dual-hosted git repository.
krickert pushed a change to branch OPENNLP-1850-2-tokenizer
in repository https://gitbox.apache.org/repos/asf/opennlp.git
omit 3f060954b OPENNLP-1850 Address tokenizer review comments
omit 72e0d2329 OPENNLP-1850 Address Copilot review on the UAX #29 tokenizer
omit 91016675a OPENNLP-1850 UAX #29 word tokenizer and the layered Term
model
add 090593fca OPENNLP-1850 Document the NFC precondition of the German
umlaut fold
add 396573a57 OPENNLP-1850 UAX #29 word tokenizer and the layered Term
model
add 4fda04577 OPENNLP-1850 Address Copilot review on the UAX #29 tokenizer
add 3c57a7456 OPENNLP-1850 Address tokenizer review comments
add 0ec5a3651 OPENNLP-1850 Clarify that Extended_Pictographic symbols are
kept as emoji
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 (3f060954b)
\
N -- N -- N refs/heads/OPENNLP-1850-2-tokenizer (0ec5a3651)
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:
.../java/opennlp/tools/tokenize/uax29/WordTokenizer.java | 4 +++-
.../util/normalizer/GermanUmlautCharSequenceNormalizer.java | 4 ++++
.../opennlp/tools/tokenize/uax29/WordTokenizerTest.java | 12 ++++++++++++
.../normalizer/GermanUmlautCharSequenceNormalizerTest.java | 13 +++++++++++++
4 files changed, 32 insertions(+), 1 deletion(-)