This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch OPENNLP-855-Sentiment-from-text
in repository https://gitbox.apache.org/repos/asf/opennlp.git
from 5149dd33 OPENNLP-855: Update docs
add a385cdb3 OPENNLP-855 - Add additional tests
No new revisions were added by this update.
Summary of changes:
.../tools/sentiment/SentimentEvaluator.java | 23 +++--
.../sentiment/SentimentCrossValidatorTest.java | 87 +++++++++++++++++
.../tools/sentiment/SentimentEvaluatorTest.java | 108 +++++++++++++++++++--
.../opennlp/tools/sentiment/SentimentMETest.java | 56 +++++++++++
4 files changed, 256 insertions(+), 18 deletions(-)
create mode 100644
opennlp-core/opennlp-runtime/src/test/java/opennlp/tools/sentiment/SentimentCrossValidatorTest.java