Class POSEvaluationErrorListener

java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<POSSample>
opennlp.tools.cmdline.postag.POSEvaluationErrorListener
All Implemented Interfaces:
POSTaggerEvaluationMonitor, EvaluationMonitor<POSSample>

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

    • POSEvaluationErrorListener

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

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