This is an automated email from the ASF dual-hosted git repository.

krickert pushed a change to branch OPENNLP-1833-grpc-expansion
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


    from d2d0d124 OPENNLP-1833: Enforce Javadoc doclint and document the proto 
API
     add 6ea05722 OPENNLP-1833: Wire SYNTACTIC_CHUNK (ChunkerME shallow 
chunking)

No new revisions were added by this update.

Summary of changes:
 opennlp-grpc/README.md                             |  19 +++
 .../apache/opennlp/grpc/v1/opennlp_pipeline.proto  |   4 +
 .../opennlp/grpc/model/ModelBundleCache.java       |  82 +++++++++++++
 .../opennlp/grpc/processor/PipelineStepPolicy.java |   1 +
 .../processor/basic/AnalysisRequestValidator.java  |  34 +++++-
 .../processor/basic/BasicDocumentAnalyzer.java     |  16 ++-
 .../grpc/processor/basic/ClassicStepRunner.java    |  60 +++++++++
 .../processor/basic/DocumentOffsetEncoder.java     |  10 ++
 .../opennlp/grpc/profile/ProfileRegistry.java      |  55 ++++++++-
 .../BasicDocumentAnalyzerSyntacticChunkTest.java   | 136 +++++++++++++++++++++
 .../processor/basic/DocumentOffsetEncoderTest.java |   8 ++
 11 files changed, 419 insertions(+), 6 deletions(-)
 create mode 100644 
opennlp-grpc/opennlp-grpc-service/src/test/java/org/apache/opennlp/grpc/processor/basic/BasicDocumentAnalyzerSyntacticChunkTest.java

Reply via email to