This is an automated email from the ASF dual-hosted git repository.
krickert pushed a change to branch OPENNLP-1850-3-dl
in repository https://gitbox.apache.org/repos/asf/opennlp.git
discard fdd329f7d OPENNLP-1850 Harden fail-loud paths in the DL components
discard c16f3c227 OPENNLP-1850 Add real-model chunk-boundary eval tests; drop
dead label constants
discard fd1b4addb OPENNLP-1850 Resolve overlapping chunk spans and compose the
input alignment
discard 8fdb00bf1 OPENNLP-1850 Add OffsetMappingNameFinder capability
interface and a findInOriginal end-to-end test
discard 64630e992 OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
add e0ea17cbf OPENNLP-1850 Fail fast on null public-entry arguments
(review nits)
add 166bc4d20 OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
add 4e3e8d0b0 OPENNLP-1850 Add OffsetMappingNameFinder capability
interface and a findInOriginal end-to-end test
add 07b123286 OPENNLP-1850 Resolve overlapping chunk spans and compose the
input alignment
add 5d074ccac OPENNLP-1850 Add real-model chunk-boundary eval tests; drop
dead label constants
add 47a39bf17 OPENNLP-1850 Harden fail-loud paths in the DL components
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 (fdd329f7d)
\
N -- N -- N refs/heads/OPENNLP-1850-3-dl (47a39bf17)
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:
.../main/java/opennlp/tools/tokenize/uax29/ExtendedPictographic.java | 3 ++-
.../main/java/opennlp/tools/util/normalizer/NormalizationProfiles.java | 2 ++
.../src/main/java/opennlp/tools/util/normalizer/TermAnalyzer.java | 1 +
3 files changed, 5 insertions(+), 1 deletion(-)