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 173eacff OPENNLP-1738: WSDisambiguatorMETest randomly fails under
Linux on GH actions (#478)
add 6880048e Bump org.json:json from 20251224 to 20260522 (#480)
add 54bb56b7 OPENNLP-1834: Update JUnit to 6.1.0 (#479)
add 8877465f Minor: Regenerated NOTICE File for
6880048e583572d6a67a7ff8f9c142f6b6ca0877 (#481)
add 9ae68448 Bump org.apache.maven.plugins:maven-failsafe-plugin from
3.5.5 to 3.5.6 (#487)
add ad7abdfb Bump org.apache.maven.plugins:maven-dependency-plugin (#484)
add 07b245f0 Bump tika.version from 3.3.0 to 3.3.1 (#485)
add cb408aab Minor: Regenerated NOTICE File for
07b245f0b08430e6cfe5483d9ea7f770abf2bd9d (#488)
add 0460b3b5 OPENNLP-1830: Add Python gRPC sentence detection example
(#465)
add e3c27fcc Bump actions/checkout from 6.0.2 to 6.0.3 (#489)
No new revisions were added by this update.
Summary of changes:
.github/workflows/license.yaml | 2 +-
.github/workflows/maven.yml | 2 +-
.gitignore | 2 +
NOTICE | 8 +--
mallet-addon/pom.xml | 2 +-
opennlp-grpc/README.md | 17 ++++++
opennlp-grpc/examples/README.md | 29 +++++++---
opennlp-grpc/examples/python-client/README.md | 53 ++++++++++++++++--
.../examples/python-client/pyproject.toml | 16 ++++--
.../examples/python-client/sentdetect_example.py | 65 ++++++++++++++++++++++
opennlp-similarity/pom.xml | 4 +-
pom.xml | 4 +-
12 files changed, 177 insertions(+), 27 deletions(-)
copy aws-ec2-testing-scripts/build-ami.sh =>
opennlp-grpc/examples/python-client/pyproject.toml (72%)
mode change 100755 => 100644
create mode 100644 opennlp-grpc/examples/python-client/sentdetect_example.py