You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ma...@apache.org on 2023/01/22 06:04:51 UTC

[opennlp-sandbox] branch master updated (cd95da1 -> c797334)

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

mawiesne pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


    from cd95da1  updates sandbox component 'modelbuilder-addon' to be compatible with latest opennlp-tools release (#62)
     add c797334  updates sandbox component 'tagging-server' to be compatible with latest opennlp-tools release (#63)

No new revisions were added by this update.

Summary of changes:
 tagging-server/pom.xml                             | 171 ++++++++++-----------
 .../opennlp/tagging_server/POSTaggerResource.java  |   4 +-
 .../apache/opennlp/tagging_server/ServiceUtil.java |   6 +-
 .../tagging_server/TaggingServerApplication.java   |   2 +-
 .../tagging_server/TaggingServerBundle.java        |   4 +-
 .../namefind/BratNameFinderResource.java           |  55 ++++---
 .../namefind/DefaultRawTextNameFinderFactory.java  |   6 +-
 .../namefind/NameFinderResource.java               |  33 ++--
 .../namefind/RawTextNameFinderFactory.java         |   3 +
 .../tagging_server/postag/POSTaggerResource.java   |   8 +-
 .../sentdetect/SentenceDetectorResource.java       |   6 +-
 .../tagging_server/tokenize/TokenizerResource.java |  10 +-
 12 files changed, 148 insertions(+), 160 deletions(-)