This is an automated email from the ASF dual-hosted git repository.
krickert pushed a change to branch OPENNLP-1888-DocumentShape
in repository https://gitbox.apache.org/repos/asf/opennlp.git
discard 819070c84 OPENNLP-1888: Address review: fold duplicate test fixtures
and pin null rejection
discard ed46ec9f1 OPENNLP-1888: Address review: shared annotator helpers,
hardened container contract
discard 3ab69204a OPENNLP-1888: Anchor the Document thread-safety note to
immutability
discard cbff873a0 OPENNLP-1888: Javadoc container overrides and cite the
pipeline example test
discard 78a265730 OPENNLP-1888: Create toolkit layer keys through
namespace-applying factories on Layers
discard f1628cfb4 OPENNLP-1888: Document the gold-layer convention
discard 1147c7796 OPENNLP-1888: State the index-reference invariants in the
specification text
discard dfcd825f9 OPENNLP-1888: Declare per-key positional or document scope
discard 11095a359 OPENNLP-1888: Namespace the standard layer key ids
discard 4e165d75b OPENNLP-1888: Manual chapter, review-convention pass, and
key placement rule
discard 443e7be54 OPENNLP-1888: Add StringUtil.isBlank following the toolkit
whitespace definition
discard 13fcee3fa OPENNLP-1888: Lemmatize per sentence, validate adapter
outputs, clear adaptive data on failure
discard 9175b4749 OPENNLP-1888: Parse per sentence in the adapters,
distinguish empty from missing layers, validate providers at build time
discard 9395c3e68 OPENNLP-1888: Pipeline example and contract tests for the
document container, javadoc precision pass
discard fb80f5946 OPENNLP-1888: Lemma and stem layer adapters
discard 7300c2dab OPENNLP-1888: Document annotation container: typed
offset-anchored layers over the original text
add 71e1fd94f OPENNLP-1898: Address the OPENNLP-1876 review follow-ups
(#1196)
add 107f9fd09 OPENNLP-1888: Document annotation container: typed
offset-anchored layers over the original text
add 57a1c3b08 OPENNLP-1888: Lemma and stem layer adapters
add 12c288c81 OPENNLP-1888: Pipeline example and contract tests for the
document container, javadoc precision pass
add aafddbd39 OPENNLP-1888: Parse per sentence in the adapters,
distinguish empty from missing layers, validate providers at build time
add 4eaf0fad9 OPENNLP-1888: Lemmatize per sentence, validate adapter
outputs, clear adaptive data on failure
add 220d00dbf OPENNLP-1888: Add StringUtil.isBlank following the toolkit
whitespace definition
add 5fcf53d41 OPENNLP-1888: Manual chapter, review-convention pass, and
key placement rule
add 13c361ee4 OPENNLP-1888: Namespace the standard layer key ids
add edb3733b6 OPENNLP-1888: Declare per-key positional or document scope
add 89365dcce OPENNLP-1888: State the index-reference invariants in the
specification text
add 62dc804d5 OPENNLP-1888: Document the gold-layer convention
add 98b12ff37 OPENNLP-1888: Create toolkit layer keys through
namespace-applying factories on Layers
add 2a144df34 OPENNLP-1888: Javadoc container overrides and cite the
pipeline example test
add 9edd54ab2 OPENNLP-1888: Anchor the Document thread-safety note to
immutability
add c87ebe6ea OPENNLP-1888: Address review: shared annotator helpers,
hardened container contract
add 5ba76d6cf OPENNLP-1888: Address review: fold duplicate test fixtures
and pin null rejection
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 (819070c84)
\
N -- N -- N refs/heads/OPENNLP-1888-DocumentShape (5ba76d6cf)
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(-)