Class DoccatEvaluationErrorListener

java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<DocumentSample>
opennlp.tools.cmdline.doccat.DoccatEvaluationErrorListener
All Implemented Interfaces:
DoccatEvaluationMonitor, EvaluationMonitor<DocumentSample>

public class DoccatEvaluationErrorListener extends opennlp.tools.cmdline.EvaluationErrorPrinter<DocumentSample> implements DoccatEvaluationMonitor
A default implementation of EvaluationMonitor that prints to an output stream.
  • Constructor Details

    • DoccatEvaluationErrorListener

      public DoccatEvaluationErrorListener()
      Creates a listener that will print to the configured logger.
    • DoccatEvaluationErrorListener

      public DoccatEvaluationErrorListener(OutputStream outputStream)
      Creates a listener that will print to a given OutputStream
  • Method Details