This is an automated email from the ASF dual-hosted git repository.
krickert pushed a change to branch OPENNLP-1868
in repository https://gitbox.apache.org/repos/asf/opennlp.git
discard c8fa95e53 OPENNLP-1868: Bundled full case-folding rung with provenance
and audit
discard 3aa333fa0 OPENNLP-1850 Manual: qualify the dash-fold offset claim for
supplementary-plane dashes
discard f3fc114ce OPENNLP-1850 Align normalizer.xml DOCTYPE to the
OPENNLP-1854 local DTD catalog form
discard f7731d11b OPENNLP-1850 Review nits: manual uses
defaultChain()/matchingAnalyzer(); drop BM25/search framing
discard 4fb434776 OPENNLP-1850 Docs review nits: declare xmlns:xlink; populate
second ids2Labels example
discard 42eeea1de OPENNLP-1850 Docs review nits: populate ids2Labels example;
rule-based hyphenation
discard 7492a7c0a OPENNLP-1850 Mirror the Extended_Pictographic emoji caveat
in the tokenizer manual
discard 4916d7aed OPENNLP-1850 Tighten normalizer manual wording (review nits)
discard a8bbc687d OPENNLP-1850 Document the supplementary-dash offset shift in
the DL fold options
discard f69772dd4 OPENNLP-1850 Document the offset-aware substitution folds
(quotes, digits, ellipsis, bullets, umlaut)
discard 0f6837d27 OPENNLP-1850 Name the OffsetMappingNameFinder capability
interface in the manual
discard 321122023 OPENNLP-1850 Document the offset-aware normalization
pipeline (buildAligned)
discard a5abd857f OPENNLP-1850 Document Unicode normalization, the UAX #29
tokenizer, and DL handling
discard 26280a0c1 OPENNLP-1850 Follow AlignedText.normalized() -> CharSequence
in NameFinderDL
discard 81abe3b81 OPENNLP-1850 Review nits: extract testable DL guards;
merge-copy; capitalize msgs; migration note
discard b3c28680f OPENNLP-1850 Make mergeOverlappingSpans O(n log n) (dl)
discard e6431d3c4 OPENNLP-1850 Reject non-finite logits in softmax, not just
NaN (dl)
discard 9bbc2cf96 OPENNLP-1850 Fully-qualify TokenNameFinder javadoc links in
NameFinderDL
discard 90f3a0864 OPENNLP-1850 Fail loud on corrupt document-classification
model output
discard a48b7140d OPENNLP-1850 Fail fast on null finder input; fix the GPU
eval test options
discard acf9e3878 OPENNLP-1850 Harden fail-loud paths in the DL components
discard cfb7a3b7f OPENNLP-1850 Add real-model chunk-boundary eval tests; drop
dead label constants
discard b19e4db52 OPENNLP-1850 Resolve overlapping chunk spans and compose the
input alignment
discard 416d5d7be OPENNLP-1850 Add OffsetMappingNameFinder capability
interface and a findInOriginal end-to-end test
discard ed2ab94ba OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
discard befb4cc70 OPENNLP-1850 Review nits: rename
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
discard 97809e910 OPENNLP-1850 Review nits: add Turkish profile; derive
coverage from the enum (profiles)
discard 4c5736b2f OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian
profile (profiles)
discard 466c25c51 OPENNLP-1850 Per-language NormalizationProfile registry (2c)
discard e9400c2e7 OPENNLP-1850 Review nits: TermAnalyzer javadoc references
matchingAnalyzer()
discard 6725eb99f OPENNLP-1850 Review nits: rename dashes()->dash(); LEMMA
doc+test; soften forward-link (Term)
discard 5270ac98c OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
discard 393b4daca OPENNLP-1850 Review: uax29 javadoc pass, IAE guards on
WordTokenizer, loader consistency, new tests
discard 0ab9e5b2e OPENNLP-1850 Perf: hoist the per-char volatile reads in
WordBreakProperty/ExtendedPictographic
discard 64383f28b OPENNLP-1850 Review: drop lazy-init justification comments
in WordBreakProperty/ExtendedPictographic
discard 1a4274a75 OPENNLP-1850 Review nits: ExtendedPictographic fail-loud
parity + doc; WordType heuristic note (tokenizer)
discard 1ae24758a OPENNLP-1850 Fail loud on a Word_Break line missing its ';'
(tokenizer)
discard 846cd534c OPENNLP-1850 UAX #29 word tokenizer: WordSegmenter,
WordTokenizer, WordType (2a)
discard ba7e0cded OPENNLP-1850 Review: IAE null contract, @ThreadSafe, UID
regeneration, line-break rung test
discard 1bf057ce3 OPENNLP-1850 Review: make AlignedText.normalized a
CharSequence; add normalizedString()
discard 0d0a07e47 OPENNLP-1850 Review nits: soften DL forward-link; fix
LineBreakPreserving opener (alignment)
discard 4ba1ac300 OPENNLP-1850 Offset/alignment layer: Alignment, AlignedText,
buildAligned, *Aligned (1b)
omit 9037a09f6 OPENNLP-1850 Review: rename ConfusablesLoadTest to
ConfusablesParseTest
omit 2f53530e1 OPENNLP-1850 Add Unicode License V3 to the binary
distribution LICENSE
omit e83e0ea65 OPENNLP-1850 Review: drop lazy-init justification comments
in Confusables (engine)
omit f87deb297 OPENNLP-1850 Review nits: clearer accent-fold javadoc; drop
Lucene/BM25 framing; rename searchDefault->defaultChain
omit a341d7687 OPENNLP-1850 Review nits: align Confusables to
IllegalArgumentException; pom newline (engine)
omit 9167bca23 OPENNLP-1850 Dedup the expanding folds via
CharClass.substitute (engine)
omit b4e903d01 OPENNLP-1850 Fail loud on a structurally-malformed
confusables line (engine)
omit ab51bde2b OPENNLP-1850 Unicode normalization engine: CharClass, rungs,
Dimension, confusables (1a)
add fe8b722bc OPENNLP-1860: Unicode normalization engine — CharClass,
rungs, Dimension, confusables (1a/7) (#1108)
add b101e777a Minor: Regenerated NOTICE File for
fe8b722bc9b47a17d5f552a84a7f0617e524915e (#1139)
add 55646f1b2 OPENNLP-1850 Offset/alignment layer: Alignment, AlignedText,
buildAligned, *Aligned (1b)
add cde642aed OPENNLP-1850 Review nits: soften DL forward-link; fix
LineBreakPreserving opener (alignment)
add 4a711e74b OPENNLP-1850 Review: make AlignedText.normalized a
CharSequence; add normalizedString()
add 01a836043 OPENNLP-1850 Review: IAE null contract, @ThreadSafe, UID
regeneration, line-break rung test
add aab00d702 OPENNLP-1850 UAX #29 word tokenizer: WordSegmenter,
WordTokenizer, WordType (2a)
add 6d0732a89 OPENNLP-1850 Fail loud on a Word_Break line missing its ';'
(tokenizer)
add 0a0f54fb5 OPENNLP-1850 Review nits: ExtendedPictographic fail-loud
parity + doc; WordType heuristic note (tokenizer)
add 78a588bfa OPENNLP-1850 Review: drop lazy-init justification comments
in WordBreakProperty/ExtendedPictographic
add 9a0df0ed1 OPENNLP-1850 Perf: hoist the per-char volatile reads in
WordBreakProperty/ExtendedPictographic
add 6de3f118c OPENNLP-1850 Review: uax29 javadoc pass, IAE guards on
WordTokenizer, loader consistency, new tests
add a5b78aa56 OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
add 4bb1a27e6 OPENNLP-1850 Review nits: rename dashes()->dash(); LEMMA
doc+test; soften forward-link (Term)
add ba0e79a4f OPENNLP-1850 Review nits: TermAnalyzer javadoc references
matchingAnalyzer()
add c8b9f20ed OPENNLP-1850 Per-language NormalizationProfile registry (2c)
add d3ef19ab0 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian
profile (profiles)
add 728739c2d OPENNLP-1850 Review nits: add Turkish profile; derive
coverage from the enum (profiles)
add aaffd6415 OPENNLP-1850 Review nits: rename
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
add 42ff35627 OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
add 911b1a224 OPENNLP-1850 Add OffsetMappingNameFinder capability
interface and a findInOriginal end-to-end test
add a148df281 OPENNLP-1850 Resolve overlapping chunk spans and compose the
input alignment
add bb7c94a57 OPENNLP-1850 Add real-model chunk-boundary eval tests; drop
dead label constants
add 679419da1 OPENNLP-1850 Harden fail-loud paths in the DL components
add 05f849699 OPENNLP-1850 Fail fast on null finder input; fix the GPU
eval test options
add f089d377f OPENNLP-1850 Fail loud on corrupt document-classification
model output
add d78377abd OPENNLP-1850 Fully-qualify TokenNameFinder javadoc links in
NameFinderDL
add 7ca47585b OPENNLP-1850 Reject non-finite logits in softmax, not just
NaN (dl)
add d54b4a4ef OPENNLP-1850 Make mergeOverlappingSpans O(n log n) (dl)
add 6b998e21a OPENNLP-1850 Review nits: extract testable DL guards;
merge-copy; capitalize msgs; migration note
add 1cbc2680f OPENNLP-1850 Follow AlignedText.normalized() -> CharSequence
in NameFinderDL
add 57ed379f2 OPENNLP-1850 Document Unicode normalization, the UAX #29
tokenizer, and DL handling
add 2b9f14d01 OPENNLP-1850 Document the offset-aware normalization
pipeline (buildAligned)
add 7145c0f50 OPENNLP-1850 Name the OffsetMappingNameFinder capability
interface in the manual
add 3db51a4ea OPENNLP-1850 Document the offset-aware substitution folds
(quotes, digits, ellipsis, bullets, umlaut)
add 2eb071eb4 OPENNLP-1850 Document the supplementary-dash offset shift in
the DL fold options
add ec600a093 OPENNLP-1850 Tighten normalizer manual wording (review nits)
add a528c0167 OPENNLP-1850 Mirror the Extended_Pictographic emoji caveat
in the tokenizer manual
add a9de5fa4b OPENNLP-1850 Docs review nits: populate ids2Labels example;
rule-based hyphenation
add 7a10e603a OPENNLP-1850 Docs review nits: declare xmlns:xlink; populate
second ids2Labels example
add 03683bd58 OPENNLP-1850 Review nits: manual uses
defaultChain()/matchingAnalyzer(); drop BM25/search framing
add bcf237b93 OPENNLP-1850 Align normalizer.xml DOCTYPE to the
OPENNLP-1854 local DTD catalog form
add 9d8fc270a OPENNLP-1850 Manual: qualify the dash-fold offset claim for
supplementary-plane dashes
add 5649a929b OPENNLP-1868: Bundled full case-folding rung with provenance
and audit
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 (c8fa95e53)
\
N -- N -- N refs/heads/OPENNLP-1868 (5649a929b)
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-distr/src/main/readme/NOTICE | 16 ++++++++++++++++
1 file changed, 16 insertions(+)