Package opennlp.tools.cmdline.sentiment
Class SentimentDetailedFMeasureListener
java.lang.Object
opennlp.tools.cmdline.DetailedFMeasureListener<opennlp.tools.sentiment.SentimentSample>
opennlp.tools.cmdline.sentiment.SentimentDetailedFMeasureListener
- All Implemented Interfaces:
opennlp.tools.sentiment.SentimentEvaluationMonitor,opennlp.tools.util.eval.EvaluationMonitor<opennlp.tools.sentiment.SentimentSample>
public class SentimentDetailedFMeasureListener
extends opennlp.tools.cmdline.DetailedFMeasureListener<opennlp.tools.sentiment.SentimentSample>
implements opennlp.tools.sentiment.SentimentEvaluationMonitor
Class for creating a detailed F-Measure listener
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class opennlp.tools.cmdline.DetailedFMeasureListener
correctlyClassified, createReport, createReport, misclassified, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface opennlp.tools.util.eval.EvaluationMonitor
correctlyClassified, misclassified
-
Constructor Details
-
SentimentDetailedFMeasureListener
public SentimentDetailedFMeasureListener()
-