This is an automated email from the ASF dual-hosted git repository.
krickert pushed a change to branch OPENNLP-1893-hunspell
in repository https://gitbox.apache.org/repos/asf/opennlp.git
discard 3a3f97737 OPENNLP-1893: Address review: fold the affix twins, extract
tags, complete javadoc
discard 65a1c3144 OPENNLP-1893: Add {@inheritDoc} to the stemmer overrides and
trim empty javadoc lines
discard b2c9d36d7 OPENNLP-1893: Apply the review-convention pass: factual
license prose, split null contracts, thread-safety annotations
discard 47fea9796 OPENNLP-1893: Add hunspell manual coverage with
mirror-tested examples
discard eab714729 OPENNLP-1893: Honor the blocking flags, circumfixes, and
compound positioning
discard 4b8bdd2b5 OPENNLP-1893: Decompose unanalyzed words into two flagged
compound parts
discard 6ec7a09c1 OPENNLP-1893: Walk only the affix rules that can apply,
bucketed by their boundary character
discard 0fc3a0fce OPENNLP-1893: Resolve numeric dictionary flags through the
AF alias table
discard 71cc6bcc7 OPENNLP-1893: Read flags as code points, tolerate trailing
morphology, and stem nothing from nothing
discard 4bdebceda OPENNLP-1893: Cut morphology like hunspell does, accept
UTF-8 flags and strip-only rules, and read the parser through the whitespace
seam
discard ddcef9379 OPENNLP-1893: Document Hunspell dictionary acquisition with
a license-preserving download helper
discard be2a69bdd OPENNLP-1893: Usage, threading, and malformed-input tests
for the Hunspell engine, precise javadoc
discard ab4f0014c OPENNLP-1893: Twofold suffix analysis through Hunspell
continuation classes
discard 143138f34 OPENNLP-1893: Hunspell-format affix engine over
user-supplied dictionaries
add 71e1fd94f OPENNLP-1898: Address the OPENNLP-1876 review follow-ups
(#1196)
add 25625e3cc OPENNLP-1893: Hunspell-format affix engine over
user-supplied dictionaries
add 68c91d1ce OPENNLP-1893: Twofold suffix analysis through Hunspell
continuation classes
add 8f0aac641 OPENNLP-1893: Usage, threading, and malformed-input tests
for the Hunspell engine, precise javadoc
add 0a3a9d748 OPENNLP-1893: Document Hunspell dictionary acquisition with
a license-preserving download helper
add 125695f91 OPENNLP-1893: Cut morphology like hunspell does, accept
UTF-8 flags and strip-only rules, and read the parser through the whitespace
seam
add 189f043b7 OPENNLP-1893: Read flags as code points, tolerate trailing
morphology, and stem nothing from nothing
add c7b42760f OPENNLP-1893: Resolve numeric dictionary flags through the
AF alias table
add 38a9c5d75 OPENNLP-1893: Walk only the affix rules that can apply,
bucketed by their boundary character
add a6e0ae359 OPENNLP-1893: Decompose unanalyzed words into two flagged
compound parts
add 02e666247 OPENNLP-1893: Honor the blocking flags, circumfixes, and
compound positioning
add 3b452d6c6 OPENNLP-1893: Add hunspell manual coverage with
mirror-tested examples
add eb52d62d4 OPENNLP-1893: Apply the review-convention pass: factual
license prose, split null contracts, thread-safety annotations
add c7a5c8991 OPENNLP-1893: Add {@inheritDoc} to the stemmer overrides and
trim empty javadoc lines
add 6f2d9d820 OPENNLP-1893: Address review: fold the affix twins, extract
tags, complete javadoc
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 (3a3f97737)
\
N -- N -- N refs/heads/OPENNLP-1893-hunspell (6f2d9d820)
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:
...CharSequenceNormalizerCharacterizationTest.java | 6 ++-
...CharSequenceNormalizerCharacterizationTest.java | 11 +++--
...CharSequenceNormalizerCharacterizationTest.java | 21 +++++----
...CharSequenceNormalizerCharacterizationTest.java | 54 +++++++++++++---------
.../SpellCheckingCharSequenceNormalizer.java | 9 +++-
.../stream/SpellCorrectingTokenStream.java | 8 ++--
6 files changed, 68 insertions(+), 41 deletions(-)