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

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


 discard 2958210c6 OPENNLP-1869: Set serialVersionUID to the serialver-computed 
value on the new normalizers
 discard b2f017cd0 OPENNLP-1869: Trim residual design commentary per review
 discard a6f4568a8 OPENNLP-1869: Address review: instance-based fold tables, 
javadoc coverage, boundary validation
 discard d21612e55 OPENNLP-1869: Address review: ZWJ-sequence awareness, 
selector handling, emoji fold coverage
 discard 09863add0 OPENNLP-1869: Offset-aware bidirectional emoji and emoticon 
fold rung
     add 46ce80f34 OPENNLP-1868: Address review: cite the core spec, javadoc 
coverage, boundary validation
     add f86c768b9 OPENNLP-1868: Hold the fold table in a static final constant 
instead of double-checked locking
     add 467b399a5 OPENNLP-1868: Tighten javadoc to contracts and drop design 
commentary
     add c2876501f OPENNLP-1868: Use IllegalArgumentException for null 
arguments, not NPE
     add f17a2a135 OPENNLP-1868: Document the singleton constructor
     add b1311d9ee OPENNLP-1869: Offset-aware bidirectional emoji and emoticon 
fold rung
     add 4bef559ff OPENNLP-1869: Address review: ZWJ-sequence awareness, 
selector handling, emoji fold coverage
     add fc6f97f6a OPENNLP-1869: Address review: instance-based fold tables, 
javadoc coverage, boundary validation
     add af2baa2a2 OPENNLP-1869: Trim residual design commentary per review
     add c3bdf11af OPENNLP-1869: Set serialVersionUID to the serialver-computed 
value on the new normalizers
     add 9391919aa OPENNLP-1869: Use IllegalArgumentException for null 
arguments and trim commentary

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   (2958210c6)
            \
             N -- N -- N   refs/heads/OPENNLP-1869 (9391919aa)

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/Dimension.java   | 14 ++--
 .../tools/util/normalizer/EmojiEmoticons.java      | 10 +--
 .../EmojiToEmoticonCharSequenceNormalizer.java     | 14 ++--
 .../EmoticonToEmojiCharSequenceNormalizer.java     | 14 ++--
 .../FullCaseFoldCharSequenceNormalizer.java        | 88 ++++++++++++----------
 .../tools/util/normalizer/TermAnalyzer.java        | 16 ++--
 .../tools/util/normalizer/TextNormalizer.java      | 43 +++++------
 .../tools/util/normalizer/EmojiEmoticonsTest.java  |  2 +-
 .../EmojiToEmoticonCharSequenceNormalizerTest.java |  4 +-
 .../EmoticonToEmojiCharSequenceNormalizerTest.java |  4 +-
 .../FullCaseFoldCharSequenceNormalizerTest.java    | 10 ++-
 .../tools/util/normalizer/TermAnalyzerTest.java    |  5 +-
 .../tools/util/normalizer/TextNormalizerTest.java  |  2 +-
 13 files changed, 118 insertions(+), 108 deletions(-)

Reply via email to