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 a345f48b2 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian 
profile (profiles)
 discard be8d26e31 OPENNLP-1850 Per-language NormalizationProfile registry (2c)
 discard 82cb041e8 OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
 discard dc02b9e85 OPENNLP-1850 Fail loud on a Word_Break line missing its ';' 
(tokenizer)
 discard e51758922 OPENNLP-1850 UAX #29 word tokenizer: WordSegmenter, 
WordTokenizer, WordType (2a)
 discard 9af6d92bd OPENNLP-1850 Offset/alignment layer: Alignment, AlignedText, 
buildAligned, *Aligned (1b)
     add 69f513616 OPENNLP-1850 Dedup expanding folds via CharClass.substitute; 
share a Lazy holder (engine)
     add 9dc7d5106 OPENNLP-1850 Offset/alignment layer: Alignment, AlignedText, 
buildAligned, *Aligned (1b)
     add aa3522eb9 OPENNLP-1850 UAX #29 word tokenizer: WordSegmenter, 
WordTokenizer, WordType (2a)
     add a46b2f3bb OPENNLP-1850 Fail loud on a Word_Break line missing its ';' 
(tokenizer)
     add dd1906d0e OPENNLP-1850 Route WordBreakProperty/ExtendedPictographic 
through the shared Lazy holder
     add e35e8591d OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
     add 9cac6484e OPENNLP-1850 Per-language NormalizationProfile registry (2c)
     add 93618ce40 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian 
profile (profiles)

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   (a345f48b2)
            \
             N -- N -- N   refs/heads/OPENNLP-1850-2c-profiles (93618ce40)

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/CharClass.java   | 61 ++++++++++++++++++++
 .../tools/tokenize/uax29/ExtendedPictographic.java | 28 +++-------
 .../tools/tokenize/uax29/WordBreakProperty.java    | 30 +++-------
 .../src/main/java/opennlp/tools/util/Lazy.java     | 65 ++++++++++++++++++++++
 .../opennlp/tools/util/normalizer/Confusables.java | 31 +++--------
 .../normalizer/DigitCharSequenceNormalizer.java    | 41 +++-----------
 .../normalizer/EllipsisCharSequenceNormalizer.java | 34 +----------
 .../GermanUmlautCharSequenceNormalizer.java        | 37 +++---------
 8 files changed, 166 insertions(+), 161 deletions(-)
 create mode 100644 
opennlp-core/opennlp-runtime/src/main/java/opennlp/tools/util/Lazy.java

Reply via email to