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


    omit 0ff5d0760 OPENNLP-1850 Document Unicode normalization, the UAX #29 
tokenizer, and DL handling
     add 40698dcd2 OPENNLP-1850 Add OffsetMappingNameFinder capability 
interface and a findInOriginal end-to-end test
     add 667e850ff 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   (0ff5d0760)
            \
             N -- N -- N   refs/heads/OPENNLP-1850-4-docs (667e850ff)

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/namefind/OffsetMappingNameFinder.java    | 44 ++++++++++++++++++++++
 .../java/opennlp/dl/namefinder/NameFinderDL.java   | 13 +++----
 .../opennlp/dl/namefinder/NameFinderDLEval.java    | 42 +++++++++++++++++++++
 3 files changed, 92 insertions(+), 7 deletions(-)
 create mode 100644 
opennlp-api/src/main/java/opennlp/tools/namefind/OffsetMappingNameFinder.java

Reply via email to