You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jz...@apache.org on 2023/01/20 15:23:15 UTC

[opennlp-sandbox] branch master updated (c253604 -> c1a9986)

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

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


    from c253604  Bump commons-collections from 3.1 to 3.2.2 in /opennlp-similarity (#57)
     add c1a9986  updates sandbox component 'opennlp-coref' to be compatible with latest opennlp-tools release (#58)

No new revisions were added by this update.

Summary of changes:
 opennlp-coref/pom.xml                              |  12 +-
 .../tools/cmdline/coref/CoreferencerTool.java      |  37 +++--
 .../tools/coref/resolver/AbstractResolver.java     |  14 +-
 .../resolver/DefaultNonReferentialResolver.java    |  35 +++--
 .../tools/coref/resolver/MaxentResolver.java       |  38 +++--
 .../java/opennlp/tools/coref/sim/GenderModel.java  | 124 +++++++--------
 .../java/opennlp/tools/coref/sim/NumberModel.java  |  88 ++++++-----
 .../opennlp/tools/coref/sim/SimilarityModel.java   | 170 ++++++++++-----------
 .../tools/formats/CorefSampleStreamFactory.java    |  25 ++-
 9 files changed, 276 insertions(+), 267 deletions(-)