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
at d020e16ee OPENNLP-1893: Apply the review-convention pass: factual
license prose, split null contracts, thread-safety annotations
This branch includes the following new commits:
new 24930835e OPENNLP-1893: Hunspell-format affix engine over
user-supplied dictionaries
new f85e909d3 OPENNLP-1893: Twofold suffix analysis through Hunspell
continuation classes
new 3c47dc305 OPENNLP-1893: Usage, threading, and malformed-input tests
for the Hunspell engine, precise javadoc
new 8bee7cb5b OPENNLP-1893: Document Hunspell dictionary acquisition with
a license-preserving download helper
new 9cf76647b OPENNLP-1893: Cut morphology like hunspell does, accept
UTF-8 flags and strip-only rules, and read the parser through the whitespace
seam
new 3c2da75e7 OPENNLP-1893: Read flags as code points, tolerate trailing
morphology, and stem nothing from nothing
new 7175791b6 OPENNLP-1893: Resolve numeric dictionary flags through the
AF alias table
new 50b148c2d OPENNLP-1893: Walk only the affix rules that can apply,
bucketed by their boundary character
new bd222fd67 OPENNLP-1893: Decompose unanalyzed words into two flagged
compound parts
new 369d61934 OPENNLP-1893: Honor the blocking flags, circumfixes, and
compound positioning
new 0f958cc6a OPENNLP-1893: Add hunspell manual coverage with
mirror-tested examples
new d020e16ee OPENNLP-1893: Apply the review-convention pass: factual
license prose, split null contracts, thread-safety annotations
The 12 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.