This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a change to branch
OPENNLP-1623-Add-more-test-cases-for-Coref-component
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
omit 79fca99 OPENNLP-1623 Add more test cases for Coref component - uses
arbitrary values in example sgml, thx @rzo1
omit db98284 OPENNLP-1623 Add more test cases for Coref component - adds a
ton of new test classes - adjusts TrainSimilarityModel interface to return the
trained model - fixes several undetected class cast bugs due to
'@SuppressWarnings("unchecked")' cover-up - makes CorefTrainerTest (somehow)
pass - makes classes named *Enum* be actual enums
omit 8e0f51c OPENNLP-1623 Add more test cases for Coref component
add 17a35ca OPENNLP-789: Extend JavaDoc for WSD component (#200)
add af3160d Bump org.apache.maven.plugins:maven-failsafe-plugin from
3.5.1 to 3.5.2 (#212)
add 1637e58 Bump org.apache.maven.plugins:maven-assembly-plugin from
3.2.0 to 3.7.1 (#210)
add 33a8e7c Bump commons-logging:commons-logging from 1.1.1 to 1.3.4
(#209)
add 1bd8586 Bump log4j2.version from 2.24.2 to 2.24.3 (#206)
add 745d968 Bump junit.version from 5.11.3 to 5.11.4 (#203)
add c6b6125 Bump org.apache.maven.plugins:maven-dependency-plugin from
2.1 to 3.8.1 (#204)
add 05d3093 Bump commons-codec:commons-codec from 1.15 to 1.17.1 (#208)
add 1cc65bf OPENNLP-1683: Update Uimaj to 3.6.0 (#205)
add 60db968 OPENNLP-838: Modify the parameter model of the WSD component
(#202)
add 8a0fd93 Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
(#207)
add edc23ba Bump org.apache.felix:maven-bundle-plugin from 5.1.4 to 6.0.0
(#211)
add e3f9941 OPENNLP-1623 Add more test cases for Coref component
add dd22a2d OPENNLP-1623 Add more test cases for Coref component - adds a
ton of new test classes - adjusts TrainSimilarityModel interface to return the
trained model - fixes several undetected class cast bugs due to
'@SuppressWarnings("unchecked")' cover-up - makes CorefTrainerTest (somehow)
pass - makes classes named *Enum* be actual enums
add feb96a9 OPENNLP-1623 Add more test cases for Coref component - uses
arbitrary values in example sgml, thx @rzo1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (79fca99)
\
N -- N -- N
refs/heads/OPENNLP-1623-Add-more-test-cases-for-Coref-component (feb96a9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
caseditor-corpus-server-plugin/pom.xml | 2 +-
caseditor-opennlp-plugin/pom.xml | 2 +-
corpus-server/corpus-server-core/pom.xml | 2 +-
corpus-server/corpus-server-impl/pom.xml | 2 +-
mahout-addon/pom.xml | 4 +-
mallet-addon/pom.xml | 2 +-
opennlp-wsd/.project | 11 -
opennlp-wsd/pom.xml | 1 +
.../cmdline/disambiguator/DisambiguatorTool.java | 2 +-
.../disambiguator/AbstractWSDisambiguator.java | 8 +-
.../opennlp/tools/disambiguator/Disambiguator.java | 43 +-
.../tools/disambiguator/FeaturesExtractor.java | 51 +-
.../disambiguator/IMSWSDContextGenerator.java | 13 +-
.../disambiguator/IMSWSDSequenceValidator.java | 13 +
.../java/opennlp/tools/disambiguator/Lesk.java | 269 ++++-------
.../tools/disambiguator/LeskParameters.java | 23 +-
.../main/java/opennlp/tools/disambiguator/MFS.java | 4 -
.../java/opennlp/tools/disambiguator/SynNode.java | 13 +-
.../tools/disambiguator/WSDContextGenerator.java | 6 +-
.../tools/disambiguator/WSDDefaultParameters.java | 519 ++++++++++++++++++---
.../tools/disambiguator/WSDEvaluationMonitor.java | 5 +-
.../opennlp/tools/disambiguator/WSDEvaluator.java | 21 +-
.../opennlp/tools/disambiguator/WSDHelper.java | 4 +
.../java/opennlp/tools/disambiguator/WSDModel.java | 21 +-
.../opennlp/tools/disambiguator/WSDParameters.java | 22 +-
.../opennlp/tools/disambiguator/WSDSample.java | 10 +-
.../disambiguator/WSDisambiguatorFactory.java | 11 +
.../tools/disambiguator/WSDisambiguatorME.java | 65 +--
.../java/opennlp/tools/disambiguator/WTDIMS.java | 18 +-
.../java/opennlp/tools/disambiguator/WordPOS.java | 17 +-
.../opennlp/tools/disambiguator/WordSense.java | 50 +-
.../tools/cmdline/wsd/WSDModelLoaderTest.java | 18 +-
.../disambiguator/WSDDefaultParametersTest.java | 17 +-
.../tools/disambiguator/WSDEvaluatorIT.java | 24 +-
.../opennlp/tools/disambiguator/WSDModelTest.java | 17 +-
.../tools/disambiguator/WSDisambiguatorMETest.java | 12 +-
pom.xml | 16 +-
tagging-server/pom.xml | 2 +-
38 files changed, 910 insertions(+), 430 deletions(-)
delete mode 100644 opennlp-wsd/.project