This is an automated email from the ASF dual-hosted git repository.

krickert pushed a change to branch OPENNLP-1850-2a-tokenizer
in repository https://gitbox.apache.org/repos/asf/opennlp.git


    omit 9c8e3fc91 OPENNLP-1850 Review nits: ExtendedPictographic fail-loud 
parity + doc; WordType heuristic note (tokenizer)
    omit 3fa5fa6e1 OPENNLP-1850 Fail loud on a Word_Break line missing its ';' 
(tokenizer)
    omit 6b4b32637 OPENNLP-1850 UAX #29 word tokenizer: WordSegmenter, 
WordTokenizer, WordType (2a)
     add 45ad38b33 OPENNLP-1850 Review: make AlignedText.normalized a 
CharSequence; add normalizedString()
     add f85f3d8f3 OPENNLP-1850 UAX #29 word tokenizer: WordSegmenter, 
WordTokenizer, WordType (2a)
     add 21aadedba OPENNLP-1850 Fail loud on a Word_Break line missing its ';' 
(tokenizer)
     add 58c9b1607 OPENNLP-1850 Review nits: ExtendedPictographic fail-loud 
parity + doc; WordType heuristic note (tokenizer)

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   (9c8e3fc91)
            \
             N -- N -- N   refs/heads/OPENNLP-1850-2a-tokenizer (58c9b1607)

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/AlignedText.java | 15 +++-
 .../tools/util/normalizer/AlignedTextTest.java     | 93 ++++++++++++++++++++++
 .../normalizer/AlignedNormalizerPipelineTest.java  |  4 +-
 3 files changed, 109 insertions(+), 3 deletions(-)
 create mode 100644 
opennlp-api/src/test/java/opennlp/tools/util/normalizer/AlignedTextTest.java

Reply via email to