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 f811ef1bb OPENNLP-1850 Review nits: TermAnalyzer javadoc references 
matchingAnalyzer()
 discard db9aaa65d OPENNLP-1850 Review nits: rename dashes()->dash(); LEMMA 
doc+test; soften forward-link (Term)
 discard 7ba196d79 OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
 discard 9c8e3fc91 OPENNLP-1850 Review nits: ExtendedPictographic fail-loud 
parity + doc; WordType heuristic note (tokenizer)
 discard 3fa5fa6e1 OPENNLP-1850 Fail loud on a Word_Break line missing its ';' 
(tokenizer)
 discard 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)
     add 99035083c OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
     add 6ee2f9af5 OPENNLP-1850 Review nits: rename dashes()->dash(); LEMMA 
doc+test; soften forward-link (Term)
     add 45ac5e9d8 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   (f811ef1bb)
            \
             N -- N -- N   refs/heads/OPENNLP-1850-2b-term (45ac5e9d8)

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