Class LemmaEvaluationErrorListener

java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<LemmaSample>
opennlp.tools.cmdline.lemmatizer.LemmaEvaluationErrorListener
All Implemented Interfaces:
LemmatizerEvaluationMonitor, EvaluationMonitor<LemmaSample>

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

    • LemmaEvaluationErrorListener

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

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