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 40cd7299d OPENNLP-1850 Address tokenizer review comments
    omit e597e8b82 OPENNLP-1850 Address Copilot review on the UAX #29 tokenizer
    omit 3c2824c96 OPENNLP-1850 UAX #29 word tokenizer and the layered Term 
model
     add bb20b101a OPENNLP-1850 Harden the offset-aware folds from review 
feedback
     add 3d09dfc46 OPENNLP-1850 UAX #29 word tokenizer and the layered Term 
model
     add f425549b6 OPENNLP-1850 Address Copilot review on the UAX #29 tokenizer
     add 8c2451a52 OPENNLP-1850 Address tokenizer review comments

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   (40cd7299d)
            \
             N -- N -- N   refs/heads/OPENNLP-1850-2-tokenizer (8c2451a52)

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/util/normalizer/AlignmentTest.java       | 17 ++++++++++
 .../tools/util/normalizer/CharClassTest.java       | 37 ++++++++++++++++++++++
 .../AlignedAggregateCharSequenceNormalizer.java    |  8 +++--
 .../opennlp/tools/util/normalizer/Confusables.java |  6 ++++
 .../GermanUmlautCharSequenceNormalizer.java        |  5 ++-
 .../tools/util/normalizer/TextNormalizer.java      | 17 ++++++----
 .../normalizer/AlignedNormalizerPipelineTest.java  | 21 ++++++++++++
 .../GermanUmlautCharSequenceNormalizerTest.java    | 17 ++++++++++
 8 files changed, 118 insertions(+), 10 deletions(-)

Reply via email to