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 2017/06/27 01:45:30 UTC

[3/5] opennlp git commit: Merge branch 'OPENNLP-840-2' of https://github.com/amensiko/opennlp

Merge branch 'OPENNLP-840-2' of https://github.com/amensiko/opennlp


Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo
Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/ea41e357
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/ea41e357
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/ea41e357

Branch: refs/heads/master
Commit: ea41e3575874b9458012afc9f2e4e6aec85d84f6
Parents: 5a0f9ca 56321aa
Author: Chris Mattmann <ma...@apache.org>
Authored: Sat Jun 24 19:49:43 2017 -0700
Committer: Chris Mattmann <ma...@apache.org>
Committed: Sat Jun 24 19:49:43 2017 -0700

----------------------------------------------------------------------
 .../sentiment/SentimentCrossValidatorTool.java  | 126 ++++++++++
 .../SentimentDetailedFMeasureListener.java      |  43 ++++
 .../SentimentEvaluationErrorListener.java       |  65 +++++
 .../sentiment/SentimentEvaluatorTool.java       | 154 ++++++++++++
 .../cmdline/sentiment/SentimentModelLoader.java |  51 ++++
 .../cmdline/sentiment/SentimentTrainerTool.java | 115 +++++++++
 .../formats/SentimentSampleStreamFactory.java   |  83 +++++++
 .../java/opennlp/tools/sentiment/Sentiment.java |  30 +++
 .../sentiment/SentimentContextGenerator.java    |  83 +++++++
 .../sentiment/SentimentCrossValidator.java      | 240 +++++++++++++++++++
 .../sentiment/SentimentEvaluationMonitor.java   |  28 +++
 .../tools/sentiment/SentimentEvaluator.java     |  67 ++++++
 .../tools/sentiment/SentimentEventStream.java   |  80 +++++++
 .../tools/sentiment/SentimentFactory.java       |  73 ++++++
 .../opennlp/tools/sentiment/SentimentME.java    | 163 +++++++++++++
 .../opennlp/tools/sentiment/SentimentModel.java | 124 ++++++++++
 .../tools/sentiment/SentimentSample.java        |  92 +++++++
 .../tools/sentiment/SentimentSampleStream.java  |  76 ++++++
 .../sentiment/SentimentSampleTypeFilter.java    |  68 ++++++
 .../tools/sentiment/AbstractSentimentTest.java  |  77 ++++++
 .../sentiment/SentimentCrossValidatorTest.java  |  35 +++
 .../tools/sentiment/SentimentEvaluatorTest.java |  89 +++++++
 .../sentiment/SentimentEventStreamTest.java     |  46 ++++
 .../tools/sentiment/SentimentMETest.java        | 107 +++++++++
 .../tools/sentiment/SentimentSampleTest.java    |  45 ++++
 .../tools/sentiment/en-netflix-sentiment.bin    | Bin 0 -> 465780 bytes
 .../tools/sentiment/en-stanford-sentiment.bin   | Bin 0 -> 664663 bytes
 .../opennlp/tools/sentiment/ht-lg-model-raw.bin | Bin 0 -> 347428 bytes
 .../tools/sentiment/ht-sentiment-bin.bin        | Bin 0 -> 82083 bytes
 .../tools/sentiment/ht-sentiment-categ.bin      | Bin 0 -> 161961 bytes
 .../opennlp/tools/sentiment/sample_train_categ  | 100 ++++++++
 .../opennlp/tools/sentiment/sample_train_categ2 | 100 ++++++++
 32 files changed, 2360 insertions(+)
----------------------------------------------------------------------