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
discard 714cff029 OPENNLP-1850 Manual: qualify the dash-fold offset claim for
supplementary-plane dashes
discard baf8dfc59 OPENNLP-1850 Align normalizer.xml DOCTYPE to the
OPENNLP-1854 local DTD catalog form
discard 03f8ee54c OPENNLP-1850 Review nits: manual uses
defaultChain()/matchingAnalyzer(); drop BM25/search framing
discard 058af2c01 OPENNLP-1850 Docs review nits: declare xmlns:xlink; populate
second ids2Labels example
discard 312a7aa03 OPENNLP-1850 Docs review nits: populate ids2Labels example;
rule-based hyphenation
discard 3d753cb7c OPENNLP-1850 Mirror the Extended_Pictographic emoji caveat
in the tokenizer manual
discard 102be3e6b OPENNLP-1850 Tighten normalizer manual wording (review nits)
discard 342d9384d OPENNLP-1850 Document the supplementary-dash offset shift in
the DL fold options
discard 77b8c9627 OPENNLP-1850 Document the offset-aware substitution folds
(quotes, digits, ellipsis, bullets, umlaut)
discard 8da862f65 OPENNLP-1850 Name the OffsetMappingNameFinder capability
interface in the manual
discard 7e0b34797 OPENNLP-1850 Document the offset-aware normalization
pipeline (buildAligned)
discard 4eff9b957 OPENNLP-1850 Document Unicode normalization, the UAX #29
tokenizer, and DL handling
discard 02b8917be OPENNLP-1850 DL review nits: document arg-validation
contract, javadoc locate(), hoist span-ordering constant
discard dd941c313 OPENNLP-1850 DL hardening: IllegalArgumentException null
contract and null-element guards
discard 050895d61 OPENNLP-1850 Follow AlignedText.normalized() -> CharSequence
in NameFinderDL
discard 28f875fbe OPENNLP-1850 Review nits: extract testable DL guards;
merge-copy; capitalize msgs; migration note
discard a7fef6166 OPENNLP-1850 Make mergeOverlappingSpans O(n log n) (dl)
discard a35d8d168 OPENNLP-1850 Reject non-finite logits in softmax, not just
NaN (dl)
discard 0acd1f838 OPENNLP-1850 Fully-qualify TokenNameFinder javadoc links in
NameFinderDL
discard 4eece28fa OPENNLP-1850 Fail loud on corrupt document-classification
model output
discard e4c3f6d90 OPENNLP-1850 Fail fast on null finder input; fix the GPU
eval test options
discard 6c15c1985 OPENNLP-1850 Harden fail-loud paths in the DL components
discard 0373eacbd OPENNLP-1850 Add real-model chunk-boundary eval tests; drop
dead label constants
discard 1ee0d317c OPENNLP-1850 Resolve overlapping chunk spans and compose the
input alignment
discard 052740d1a OPENNLP-1850 Add OffsetMappingNameFinder capability
interface and a findInOriginal end-to-end test
discard feaf84296 OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
omit f99fa6291 OPENNLP-1850 Review: IllegalArgumentException on null args;
link profile in javadoc
omit f2232c787 OPENNLP-1850 Review: validate NormalizationProfile components
omit 7cb5db52c OPENNLP-1850 Review nits: rename
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
omit 01e3c07d1 OPENNLP-1850 Review nits: add Turkish profile; derive
coverage from the enum (profiles)
omit 066f3f0f6 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian
profile (profiles)
omit b1516f56e OPENNLP-1850 Per-language NormalizationProfile registry (2c)
omit 528073833 OPENNLP-1850 Review: IllegalArgumentException on null args;
TermTest + multilingual cases
omit bbfcd659b OPENNLP-1850 Review: thread-safe Term cache, argument
validation, drop 'canonical' framing
omit 0290ae56d OPENNLP-1850 Term model hardening: fail loud on a
contract-violating Lemmatizer
omit 3dbe1d33a OPENNLP-1850 Review nits: TermAnalyzer javadoc references
matchingAnalyzer()
omit 0ce3db3a4 OPENNLP-1850 Review nits: rename dashes()->dash(); LEMMA
doc+test; soften forward-link (Term)
omit 388585c02 OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
add 5a7b3aa6d OPENNLP-1863: Layered Term model — Term, TermAnalyzer (#1111)
add 3cde9f79f OPENNLP-1850 Per-language NormalizationProfile registry (2c)
add ff9739876 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian
profile (profiles)
add 7a8d740a8 OPENNLP-1850 Review nits: add Turkish profile; derive
coverage from the enum (profiles)
add d32862cfe OPENNLP-1850 Review nits: rename
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
add 54ceaa781 OPENNLP-1850 Review: validate NormalizationProfile components
add edd48792c OPENNLP-1850 Review: IllegalArgumentException on null args;
link profile in javadoc
add c107bd5f4 OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
add 6a372d4a0 OPENNLP-1850 Add OffsetMappingNameFinder capability
interface and a findInOriginal end-to-end test
add 3f441a5e1 OPENNLP-1850 Resolve overlapping chunk spans and compose the
input alignment
add 33ae0063c OPENNLP-1850 Add real-model chunk-boundary eval tests; drop
dead label constants
add 4c6e0e308 OPENNLP-1850 Harden fail-loud paths in the DL components
add d21f2ff7d OPENNLP-1850 Fail fast on null finder input; fix the GPU
eval test options
add 686ec7949 OPENNLP-1850 Fail loud on corrupt document-classification
model output
add c84eb113b OPENNLP-1850 Fully-qualify TokenNameFinder javadoc links in
NameFinderDL
add e8b353852 OPENNLP-1850 Reject non-finite logits in softmax, not just
NaN (dl)
add 65d2b9592 OPENNLP-1850 Make mergeOverlappingSpans O(n log n) (dl)
add b82a3f1ce OPENNLP-1850 Review nits: extract testable DL guards;
merge-copy; capitalize msgs; migration note
add 19ce22f7f OPENNLP-1850 Follow AlignedText.normalized() -> CharSequence
in NameFinderDL
add 599ca411e OPENNLP-1850 DL hardening: IllegalArgumentException null
contract and null-element guards
add 33040c8ba OPENNLP-1850 DL review nits: document arg-validation
contract, javadoc locate(), hoist span-ordering constant
add 4963fb57b OPENNLP-1850 Document Unicode normalization, the UAX #29
tokenizer, and DL handling
add 8e7b9b440 OPENNLP-1850 Document the offset-aware normalization
pipeline (buildAligned)
add 8ccee7484 OPENNLP-1850 Name the OffsetMappingNameFinder capability
interface in the manual
add 18651134d OPENNLP-1850 Document the offset-aware substitution folds
(quotes, digits, ellipsis, bullets, umlaut)
add 505189450 OPENNLP-1850 Document the supplementary-dash offset shift in
the DL fold options
add 627d91267 OPENNLP-1850 Tighten normalizer manual wording (review nits)
add 803ffd849 OPENNLP-1850 Mirror the Extended_Pictographic emoji caveat
in the tokenizer manual
add ace7d8a1a OPENNLP-1850 Docs review nits: populate ids2Labels example;
rule-based hyphenation
add 7b0fc3fc2 OPENNLP-1850 Docs review nits: declare xmlns:xlink; populate
second ids2Labels example
add 0dfa360a1 OPENNLP-1850 Review nits: manual uses
defaultChain()/matchingAnalyzer(); drop BM25/search framing
add 77448d3c6 OPENNLP-1850 Align normalizer.xml DOCTYPE to the
OPENNLP-1854 local DTD catalog form
add 375c8a0d1 OPENNLP-1850 Manual: qualify the dash-fold offset claim for
supplementary-plane dashes
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 (714cff029)
\
N -- N -- N refs/heads/OPENNLP-1850-4-docs (375c8a0d1)
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: