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


    from 378e664e4 OPENNLP-1888: Manual chapter, review-convention pass, and 
key placement rule
     add 86f4bee27 OPENNLP-1888: Namespace the standard layer key ids
     add 6c38c235c OPENNLP-1888: Declare per-key positional or document scope
     add a657c00f2 OPENNLP-1888: State the index-reference invariants in the 
specification text
     add 48321ff0c OPENNLP-1888: Document the gold-layer convention

No new revisions were added by this update.

Summary of changes:
 .../java/opennlp/tools/document/Annotation.java    | 35 +++++++---
 .../main/java/opennlp/tools/document/Document.java | 19 ++++-
 .../opennlp/tools/document/ImmutableDocument.java  | 15 +++-
 .../main/java/opennlp/tools/document/LayerKey.java | 80 +++++++++++++++++++---
 .../main/java/opennlp/tools/document/Layers.java   | 19 +++--
 .../tools/document/DocumentContractTest.java       | 61 ++++++++++++++++-
 .../document/DocumentPipelineExampleTest.java      | 16 +++++
 .../java/opennlp/tools/document/DocumentTest.java  |  8 ++-
 .../tools/document/NameFinderAnnotatorTest.java    |  4 +-
 .../tools/document/POSTaggerAnnotatorTest.java     |  4 +-
 .../tools/lemmatizer/LemmatizerAnnotator.java      |  2 +-
 .../opennlp/tools/stemmer/StemmerAnnotator.java    |  2 +-
 .../tools/lemmatizer/LemmatizerAnnotatorTest.java  |  6 +-
 .../tools/stemmer/StemmerAnnotatorTest.java        |  2 +-
 opennlp-docs/src/docbkx/document.xml               | 38 ++++++++--
 15 files changed, 262 insertions(+), 49 deletions(-)

Reply via email to