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 bc401d3d3 OPENNLP-1850 Resolve overlapping chunk spans and compose the 
input alignment
 discard ad9331ffe OPENNLP-1850 Add OffsetMappingNameFinder capability 
interface and a findInOriginal end-to-end test
 discard 5e7ff554a OPENNLP-1850 Offset-safe, Unicode-aware input normalization 
in the DL components
 discard 8c2451a52 OPENNLP-1850 Address tokenizer review comments
 discard f425549b6 OPENNLP-1850 Address Copilot review on the UAX #29 tokenizer
 discard 3d09dfc46 OPENNLP-1850 UAX #29 word tokenizer and the layered Term 
model
     add 1ee5a710f OPENNLP-1850 Apply low-priority review polish to the offset 
model
     add 91016675a OPENNLP-1850 UAX #29 word tokenizer and the layered Term 
model
     add 72e0d2329 OPENNLP-1850 Address Copilot review on the UAX #29 tokenizer
     add 3f060954b OPENNLP-1850 Address tokenizer review comments
     add 3c126ce8b OPENNLP-1850 Offset-safe, Unicode-aware input normalization 
in the DL components
     add f3252686d OPENNLP-1850 Add OffsetMappingNameFinder capability 
interface and a findInOriginal end-to-end test
     add 804245db6 OPENNLP-1850 Resolve overlapping chunk spans and compose the 
input alignment
     add 4c1289726 OPENNLP-1850 Add real-model chunk-boundary eval tests; drop 
dead label constants

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   (bc401d3d3)
            \
             N -- N -- N   refs/heads/OPENNLP-1850-3-dl (4c1289726)

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:
 .../tools/util/normalizer/AlignmentTest.java       | 12 +++
 .../java/opennlp/dl/namefinder/NameFinderDL.java   |  7 +-
 .../AlignedAggregateCharSequenceNormalizer.java    |  7 +-
 .../opennlp/tools/util/normalizer/Confusables.java |  5 +-
 .../opennlp/dl/namefinder/NameFinderDLEval.java    | 96 ++++++++++++++++++++++
 5 files changed, 119 insertions(+), 8 deletions(-)

Reply via email to