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

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


 discard 087c4779d OPENNLP-1850 Review nits: rename 
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
 discard 9b10fe3ce OPENNLP-1850 Review nits: add Turkish profile; derive 
coverage from the enum (profiles)
 discard 7db9aced6 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian 
profile (profiles)
 discard 1cedb0608 OPENNLP-1850 Per-language NormalizationProfile registry (2c)
 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()
     add 0e71a106c OPENNLP-1850 Per-language NormalizationProfile registry (2c)
     add f3af8f077 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian 
profile (profiles)
     add c4d2c65d4 OPENNLP-1850 Review nits: add Turkish profile; derive 
coverage from the enum (profiles)
     add b76df0544 OPENNLP-1850 Review nits: rename 
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs

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   (087c4779d)
            \
             N -- N -- N   refs/heads/OPENNLP-1850-2c-profiles (b76df0544)

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