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 b920e43fc OPENNLP-1888: Anchor the Document thread-safety note to
immutability
discard 0308e9cc8 OPENNLP-1888: Javadoc container overrides and cite the
pipeline example test
discard 1db33f25d OPENNLP-1888: Create toolkit layer keys through
namespace-applying factories on Layers
discard 8ee474c28 OPENNLP-1888: Document the gold-layer convention
discard 58304f259 OPENNLP-1888: State the index-reference invariants in the
specification text
discard 2cc503241 OPENNLP-1888: Declare per-key positional or document scope
discard 2743e7b55 OPENNLP-1888: Namespace the standard layer key ids
discard bb7777e6d OPENNLP-1888: Manual chapter, review-convention pass, and
key placement rule
discard 406759606 OPENNLP-1888: Add StringUtil.isBlank following the toolkit
whitespace definition
discard fbbe347df OPENNLP-1888: Lemmatize per sentence, validate adapter
outputs, clear adaptive data on failure
discard d23084eb5 OPENNLP-1888: Parse per sentence in the adapters,
distinguish empty from missing layers, validate providers at build time
discard a3a2e0f27 OPENNLP-1888: Pipeline example and contract tests for the
document container, javadoc precision pass
discard f0ef9fbbb OPENNLP-1888: Lemma and stem layer adapters
discard 03903f2df OPENNLP-1888: Document annotation container: typed
offset-anchored layers over the original text
add 66526b528 [maven-release-plugin] prepare release opennlp-3.0.0-M5
add a8642301f [maven-release-plugin] prepare for next development iteration
add 7300c2dab OPENNLP-1888: Document annotation container: typed
offset-anchored layers over the original text
add fb80f5946 OPENNLP-1888: Lemma and stem layer adapters
add 9395c3e68 OPENNLP-1888: Pipeline example and contract tests for the
document container, javadoc precision pass
add 9175b4749 OPENNLP-1888: Parse per sentence in the adapters,
distinguish empty from missing layers, validate providers at build time
add 13fcee3fa OPENNLP-1888: Lemmatize per sentence, validate adapter
outputs, clear adaptive data on failure
add 443e7be54 OPENNLP-1888: Add StringUtil.isBlank following the toolkit
whitespace definition
add 4e165d75b OPENNLP-1888: Manual chapter, review-convention pass, and
key placement rule
add 11095a359 OPENNLP-1888: Namespace the standard layer key ids
add dfcd825f9 OPENNLP-1888: Declare per-key positional or document scope
add 1147c7796 OPENNLP-1888: State the index-reference invariants in the
specification text
add f1628cfb4 OPENNLP-1888: Document the gold-layer convention
add 78a265730 OPENNLP-1888: Create toolkit layer keys through
namespace-applying factories on Layers
add cbff873a0 OPENNLP-1888: Javadoc container overrides and cite the
pipeline example test
add 3ab69204a OPENNLP-1888: Anchor the Document thread-safety note to
immutability
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 (b920e43fc)
\
N -- N -- N refs/heads/OPENNLP-1888-DocumentShape (3ab69204a)
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: