Class NameEvaluationErrorListener

java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<NameSample>
opennlp.tools.cmdline.namefind.NameEvaluationErrorListener
All Implemented Interfaces:
TokenNameFinderEvaluationMonitor, EvaluationMonitor<NameSample>

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

    • NameEvaluationErrorListener

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

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