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
omit 33040c8ba OPENNLP-1850 DL review nits: document arg-validation
contract, javadoc locate(), hoist span-ordering constant
omit 599ca411e OPENNLP-1850 DL hardening: IllegalArgumentException null
contract and null-element guards
omit 19ce22f7f OPENNLP-1850 Follow AlignedText.normalized() -> CharSequence
in NameFinderDL
omit b82a3f1ce OPENNLP-1850 Review nits: extract testable DL guards;
merge-copy; capitalize msgs; migration note
omit 65d2b9592 OPENNLP-1850 Make mergeOverlappingSpans O(n log n) (dl)
omit e8b353852 OPENNLP-1850 Reject non-finite logits in softmax, not just
NaN (dl)
omit c84eb113b OPENNLP-1850 Fully-qualify TokenNameFinder javadoc links in
NameFinderDL
omit 686ec7949 OPENNLP-1850 Fail loud on corrupt document-classification
model output
omit d21f2ff7d OPENNLP-1850 Fail fast on null finder input; fix the GPU
eval test options
omit 4c6e0e308 OPENNLP-1850 Harden fail-loud paths in the DL components
omit 33ae0063c OPENNLP-1850 Add real-model chunk-boundary eval tests; drop
dead label constants
omit 3f441a5e1 OPENNLP-1850 Resolve overlapping chunk spans and compose the
input alignment
omit 6a372d4a0 OPENNLP-1850 Add OffsetMappingNameFinder capability
interface and a findInOriginal end-to-end test
omit c107bd5f4 OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
omit edd48792c OPENNLP-1850 Review: IllegalArgumentException on null args;
link profile in javadoc
omit 54ceaa781 OPENNLP-1850 Review: validate NormalizationProfile components
omit d32862cfe OPENNLP-1850 Review nits: rename
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
omit 7a8d740a8 OPENNLP-1850 Review nits: add Turkish profile; derive
coverage from the enum (profiles)
omit ff9739876 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian
profile (profiles)
omit 3cde9f79f OPENNLP-1850 Per-language NormalizationProfile registry (2c)
add 784e9c85b OPENNLP-1864: Per-language NormalizationProfile registry
(2c/7) (#1149)
add 9512a32d7 OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
add 9542aa3d1 OPENNLP-1850 Add OffsetMappingNameFinder capability
interface and a findInOriginal end-to-end test
add 9d8f948a0 OPENNLP-1850 Resolve overlapping chunk spans and compose the
input alignment
add 0165d1f27 OPENNLP-1850 Add real-model chunk-boundary eval tests; drop
dead label constants
add 094c1d4f9 OPENNLP-1850 Harden fail-loud paths in the DL components
add 39615df87 OPENNLP-1850 Fail fast on null finder input; fix the GPU
eval test options
add 013254420 OPENNLP-1850 Fail loud on corrupt document-classification
model output
add 73d3b2a54 OPENNLP-1850 Fully-qualify TokenNameFinder javadoc links in
NameFinderDL
add aee7377e4 OPENNLP-1850 Reject non-finite logits in softmax, not just
NaN (dl)
add 29a83c891 OPENNLP-1850 Make mergeOverlappingSpans O(n log n) (dl)
add 1e3ef2c06 OPENNLP-1850 Review nits: extract testable DL guards;
merge-copy; capitalize msgs; migration note
add 20520ec9c OPENNLP-1850 Follow AlignedText.normalized() -> CharSequence
in NameFinderDL
add 5e00d4d8d OPENNLP-1850 DL hardening: IllegalArgumentException null
contract and null-element guards
add f3f545a2d OPENNLP-1850 DL review nits: document arg-validation
contract, javadoc locate(), hoist span-ordering constant
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 (33040c8ba)
\
N -- N -- N refs/heads/OPENNLP-1850-3-dl (f3f545a2d)
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: