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 e9d88d403 OPENNLP-1868: Bundled full case-folding rung with provenance
and audit
discard 44442f5a1 OPENNLP-1850 Manual: qualify the dash-fold offset claim for
supplementary-plane dashes
discard 9507101c6 OPENNLP-1850 Align normalizer.xml DOCTYPE to the
OPENNLP-1854 local DTD catalog form
discard ed53ae4c5 OPENNLP-1850 Review nits: manual uses
defaultChain()/matchingAnalyzer(); drop BM25/search framing
discard 841eff685 OPENNLP-1850 Docs review nits: declare xmlns:xlink; populate
second ids2Labels example
discard 5d6efbb63 OPENNLP-1850 Docs review nits: populate ids2Labels example;
rule-based hyphenation
discard 52e6e6659 OPENNLP-1850 Mirror the Extended_Pictographic emoji caveat
in the tokenizer manual
discard 7ffded276 OPENNLP-1850 Tighten normalizer manual wording (review nits)
discard c0b29e15f OPENNLP-1850 Document the supplementary-dash offset shift in
the DL fold options
discard 2fbe10836 OPENNLP-1850 Document the offset-aware substitution folds
(quotes, digits, ellipsis, bullets, umlaut)
discard 68de582f0 OPENNLP-1850 Name the OffsetMappingNameFinder capability
interface in the manual
discard 01a79972b OPENNLP-1850 Document the offset-aware normalization
pipeline (buildAligned)
discard 8605e10ee OPENNLP-1850 Document Unicode normalization, the UAX #29
tokenizer, and DL handling
discard 03912d721 OPENNLP-1850 Follow AlignedText.normalized() -> CharSequence
in NameFinderDL
discard 9bdd38ba2 OPENNLP-1850 Review nits: extract testable DL guards;
merge-copy; capitalize msgs; migration note
discard 1196af51e OPENNLP-1850 Make mergeOverlappingSpans O(n log n) (dl)
discard 86d95d22a OPENNLP-1850 Reject non-finite logits in softmax, not just
NaN (dl)
discard 3121003fc OPENNLP-1850 Fully-qualify TokenNameFinder javadoc links in
NameFinderDL
discard cf179dc92 OPENNLP-1850 Fail loud on corrupt document-classification
model output
discard 8c42dea18 OPENNLP-1850 Fail fast on null finder input; fix the GPU
eval test options
discard ad310a0fc OPENNLP-1850 Harden fail-loud paths in the DL components
discard b83d34cd5 OPENNLP-1850 Add real-model chunk-boundary eval tests; drop
dead label constants
discard f4da92694 OPENNLP-1850 Resolve overlapping chunk spans and compose the
input alignment
discard d9e766497 OPENNLP-1850 Add OffsetMappingNameFinder capability
interface and a findInOriginal end-to-end test
discard f0b2daac0 OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
discard bd96a7205 OPENNLP-1850 Review nits: rename
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
discard 4bf1071d7 OPENNLP-1850 Review nits: add Turkish profile; derive
coverage from the enum (profiles)
discard f622ff5e5 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian
profile (profiles)
discard 27cfcde45 OPENNLP-1850 Per-language NormalizationProfile registry (2c)
discard 9aba1baf4 OPENNLP-1850 Review nits: TermAnalyzer javadoc references
matchingAnalyzer()
discard 3f37672d6 OPENNLP-1850 Review nits: rename dashes()->dash(); LEMMA
doc+test; soften forward-link (Term)
discard a99cf0bcb OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
discard 4a95754bb OPENNLP-1850 Review: uax29 javadoc pass, IAE guards on
WordTokenizer, loader consistency, new tests
discard df748dbd4 OPENNLP-1850 Perf: hoist the per-char volatile reads in
WordBreakProperty/ExtendedPictographic
discard e5d363b3c OPENNLP-1850 Review: drop lazy-init justification comments
in WordBreakProperty/ExtendedPictographic
discard d9867364d OPENNLP-1850 Review nits: ExtendedPictographic fail-loud
parity + doc; WordType heuristic note (tokenizer)
discard 2ba9334c0 OPENNLP-1850 Fail loud on a Word_Break line missing its ';'
(tokenizer)
discard aaf30b58f OPENNLP-1850 UAX #29 word tokenizer: WordSegmenter,
WordTokenizer, WordType (2a)
omit f08942479 OPENNLP-1850 Review: IAE null contract, @ThreadSafe, UID
regeneration, line-break rung test
omit 4a711e74b OPENNLP-1850 Review: make AlignedText.normalized a
CharSequence; add normalizedString()
omit cde642aed OPENNLP-1850 Review nits: soften DL forward-link; fix
LineBreakPreserving opener (alignment)
omit 55646f1b2 OPENNLP-1850 Offset/alignment layer: Alignment, AlignedText,
buildAligned, *Aligned (1b)
add 7407f2419 Bump actions/download-artifact from 4.3.0 to 8.0.1
add d76737daa Bump actions/upload-artifact from 4.6.2 to 7.0.1
add a485a8dc8 OPENNLP-1861: Offset/alignment layer — Alignment,
AlignedText, buildAligned (1b/7) (#1109)
add c3d3ffd57 OPENNLP-1871: Add the stopword-list BSD section to the
binary distribution LICENSE (#1140)
add 3a993d160 OPENNLP-1850 UAX #29 word tokenizer: WordSegmenter,
WordTokenizer, WordType (2a)
add 11ea9367e OPENNLP-1850 Fail loud on a Word_Break line missing its ';'
(tokenizer)
add a44de61c7 OPENNLP-1850 Review nits: ExtendedPictographic fail-loud
parity + doc; WordType heuristic note (tokenizer)
add 721f08b79 OPENNLP-1850 Review: drop lazy-init justification comments
in WordBreakProperty/ExtendedPictographic
add a62439329 OPENNLP-1850 Perf: hoist the per-char volatile reads in
WordBreakProperty/ExtendedPictographic
add de75f594f OPENNLP-1850 Review: uax29 javadoc pass, IAE guards on
WordTokenizer, loader consistency, new tests
add cad0e810b OPENNLP-1850 Layered Term model: Term, TermAnalyzer (2b)
add 214c94253 OPENNLP-1850 Review nits: rename dashes()->dash(); LEMMA
doc+test; soften forward-link (Term)
add df04c058b OPENNLP-1850 Review nits: TermAnalyzer javadoc references
matchingAnalyzer()
add 4d5d5d21c OPENNLP-1850 Per-language NormalizationProfile registry (2c)
add 8c89007f9 OPENNLP-1850 Resolve Norwegian nb/nn to the Norwegian
profile (profiles)
add 5a68a357d OPENNLP-1850 Review nits: add Turkish profile; derive
coverage from the enum (profiles)
add d5215693f OPENNLP-1850 Review nits: rename
searchAnalyzer->matchingAnalyzer; drop 'search' framing in profile docs
add 39e7b7c6b OPENNLP-1850 Offset-safe, Unicode-aware input normalization
in the DL components
add 844d393af OPENNLP-1850 Add OffsetMappingNameFinder capability
interface and a findInOriginal end-to-end test
add 405f76f88 OPENNLP-1850 Resolve overlapping chunk spans and compose the
input alignment
add b922d516e OPENNLP-1850 Add real-model chunk-boundary eval tests; drop
dead label constants
add 4e33cd2af OPENNLP-1850 Harden fail-loud paths in the DL components
add 157576442 OPENNLP-1850 Fail fast on null finder input; fix the GPU
eval test options
add e6adaafb0 OPENNLP-1850 Fail loud on corrupt document-classification
model output
add 99c2b0277 OPENNLP-1850 Fully-qualify TokenNameFinder javadoc links in
NameFinderDL
add 50d81eb48 OPENNLP-1850 Reject non-finite logits in softmax, not just
NaN (dl)
add e9cbd9cf0 OPENNLP-1850 Make mergeOverlappingSpans O(n log n) (dl)
add b3a07d910 OPENNLP-1850 Review nits: extract testable DL guards;
merge-copy; capitalize msgs; migration note
add 52f9281db OPENNLP-1850 Follow AlignedText.normalized() -> CharSequence
in NameFinderDL
add a99f3f230 OPENNLP-1850 Document Unicode normalization, the UAX #29
tokenizer, and DL handling
add c60446cd0 OPENNLP-1850 Document the offset-aware normalization
pipeline (buildAligned)
add ef68583cc OPENNLP-1850 Name the OffsetMappingNameFinder capability
interface in the manual
add 42b631be0 OPENNLP-1850 Document the offset-aware substitution folds
(quotes, digits, ellipsis, bullets, umlaut)
add da78084ee OPENNLP-1850 Document the supplementary-dash offset shift in
the DL fold options
add 81c73f552 OPENNLP-1850 Tighten normalizer manual wording (review nits)
add 907d93f0b OPENNLP-1850 Mirror the Extended_Pictographic emoji caveat
in the tokenizer manual
add bd099a199 OPENNLP-1850 Docs review nits: populate ids2Labels example;
rule-based hyphenation
add 4b35c4c81 OPENNLP-1850 Docs review nits: declare xmlns:xlink; populate
second ids2Labels example
add 07f6c5694 OPENNLP-1850 Review nits: manual uses
defaultChain()/matchingAnalyzer(); drop BM25/search framing
add 96913cb33 OPENNLP-1850 Align normalizer.xml DOCTYPE to the
OPENNLP-1854 local DTD catalog form
add 4fd394555 OPENNLP-1850 Manual: qualify the dash-fold offset claim for
supplementary-plane dashes
add f9e03384b 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 (e9d88d403)
\
N -- N -- N refs/heads/OPENNLP-1868 (f9e03384b)
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:
.github/workflows/maven.yml | 8 ++++----
opennlp-distr/src/main/readme/LICENSE | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 4 deletions(-)