This is an automated email from the ASF dual-hosted git repository.
krickert pushed a change to branch OPENNLP-1850-4-docs
in repository https://gitbox.apache.org/repos/asf/opennlp.git
discard d7d316fee OPENNLP-1850 Document Unicode normalization, the UAX #29
tokenizer, and DL handling
omit 5154da457 OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
omit 81aa6c5f0 OPENNLP-1850 Address tokenizer review comments
omit be5eb5d1a OPENNLP-1850 Address Copilot review on the UAX #29 tokenizer
omit b445a90b0 OPENNLP-1850 UAX #29 word tokenizer and the layered Term
model
add 9f02a0c63 OPENNLP-1850 Address review nits: generated
serialVersionUIDs, nested TextNormalizer.Builder
add 5e9fd817e OPENNLP-1850 UAX #29 word tokenizer and the layered Term
model
add 01e8387eb OPENNLP-1850 Address Copilot review on the UAX #29 tokenizer
add 36de08fd2 OPENNLP-1850 Address tokenizer review comments
add c51f37d12 OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
add 0ff5d0760 OPENNLP-1850 Document Unicode normalization, the UAX #29
tokenizer, and DL handling
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 (d7d316fee)
\
N -- N -- N refs/heads/OPENNLP-1850-4-docs (0ff5d0760)
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:
.../AccentFoldCharSequenceNormalizer.java | 2 +-
.../normalizer/BulletCharSequenceNormalizer.java | 2 +-
.../normalizer/CaseFoldCharSequenceNormalizer.java | 2 +-
.../ConfusableSkeletonCharSequenceNormalizer.java | 2 +-
.../normalizer/DashCharSequenceNormalizer.java | 2 +-
.../normalizer/DigitCharSequenceNormalizer.java | 2 +-
.../normalizer/EllipsisCharSequenceNormalizer.java | 2 +-
.../GermanUmlautCharSequenceNormalizer.java | 2 +-
.../InvisibleCharSequenceNormalizer.java | 2 +-
.../util/normalizer/NfcCharSequenceNormalizer.java | 2 +-
.../normalizer/NfkcCharSequenceNormalizer.java | 2 +-
.../normalizer/QuoteCharSequenceNormalizer.java | 2 +-
.../tools/util/normalizer/TextNormalizer.java | 177 +++++++++++----------
.../WhitespaceCharSequenceNormalizer.java | 2 +-
14 files changed, 106 insertions(+), 97 deletions(-)