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 018ce5835 OPENNLP-1850 DL hardening: IllegalArgumentException null 
contract and null-element guards
 discard e15875b0a OPENNLP-1850 Follow AlignedText.normalized() -> CharSequence 
in NameFinderDL
 discard e81f23877 OPENNLP-1850 Review nits: extract testable DL guards; 
merge-copy; capitalize msgs; migration note
 discard f7363f385 OPENNLP-1850 Make mergeOverlappingSpans O(n log n) (dl)
 discard f4832b714 OPENNLP-1850 Reject non-finite logits in softmax, not just 
NaN (dl)
 discard d4317a4eb OPENNLP-1850 Fully-qualify TokenNameFinder javadoc links in 
NameFinderDL
 discard 0e2d54911 OPENNLP-1850 Fail loud on corrupt document-classification 
model output
 discard 993dce689 OPENNLP-1850 Fail fast on null finder input; fix the GPU 
eval test options
 discard a7a419991 OPENNLP-1850 Harden fail-loud paths in the DL components
 discard ddfaed50d OPENNLP-1850 Add real-model chunk-boundary eval tests; drop 
dead label constants
 discard ba1668092 OPENNLP-1850 Resolve overlapping chunk spans and compose the 
input alignment
 discard 5bf589a14 OPENNLP-1850 Add OffsetMappingNameFinder capability 
interface and a findInOriginal end-to-end test
 discard efe5506f7 OPENNLP-1850 Offset-safe, Unicode-aware input normalization 
in the DL components
 discard f84ba8cc1 OPENNLP-1850 Review nits: rename 
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
 discard ec916b649 OPENNLP-1850 Review nits: add Turkish profile; derive 
coverage from the enum (profiles)
 discard 9646cd145 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian 
profile (profiles)
 discard 59329f1ed OPENNLP-1850 Per-language NormalizationProfile registry (2c)
     add fefa03c22 OPENNLP-1850 Review: thread-safe Term cache, argument 
validation, drop 'canonical' framing
     add 827bf8e52 OPENNLP-1850 Per-language NormalizationProfile registry (2c)
     add cc10d1a8c OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian 
profile (profiles)
     add c7934bd9a OPENNLP-1850 Review nits: add Turkish profile; derive 
coverage from the enum (profiles)
     add cfc3de91d OPENNLP-1850 Review nits: rename 
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
     add 19ae614df OPENNLP-1850 Review: validate NormalizationProfile components
     add 2ec0365cf OPENNLP-1850 Offset-safe, Unicode-aware input normalization 
in the DL components
     add 1f8e1f831 OPENNLP-1850 Add OffsetMappingNameFinder capability 
interface and a findInOriginal end-to-end test
     add f572435cb OPENNLP-1850 Resolve overlapping chunk spans and compose the 
input alignment
     add 61cf124da OPENNLP-1850 Add real-model chunk-boundary eval tests; drop 
dead label constants
     add 4186a7b39 OPENNLP-1850 Harden fail-loud paths in the DL components
     add 6db5d1d1a OPENNLP-1850 Fail fast on null finder input; fix the GPU 
eval test options
     add dc75d9e38 OPENNLP-1850 Fail loud on corrupt document-classification 
model output
     add d0f8a59b7 OPENNLP-1850 Fully-qualify TokenNameFinder javadoc links in 
NameFinderDL
     add bcca50498 OPENNLP-1850 Reject non-finite logits in softmax, not just 
NaN (dl)
     add 2dd1783c8 OPENNLP-1850 Make mergeOverlappingSpans O(n log n) (dl)
     add b92141f0d OPENNLP-1850 Review nits: extract testable DL guards; 
merge-copy; capitalize msgs; migration note
     add c33166f32 OPENNLP-1850 Follow AlignedText.normalized() -> CharSequence 
in NameFinderDL
     add 237932518 OPENNLP-1850 DL hardening: IllegalArgumentException null 
contract and null-element guards

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   (018ce5835)
            \
             N -- N -- N   refs/heads/OPENNLP-1850-3-dl (237932518)

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   |   4 +-
 .../util/normalizer/NormalizationProfile.java      |  21 ++-
 .../java/opennlp/tools/util/normalizer/Term.java   |  56 +++++---
 .../tools/util/normalizer/TermAnalyzer.java        |  82 +++++++++---
 .../util/normalizer/NormalizationProfilesTest.java |  10 ++
 .../tools/util/normalizer/TermAnalyzerTest.java    | 142 ++++++++++++++++++++-
 6 files changed, 274 insertions(+), 41 deletions(-)

Reply via email to