Class DetokenEvaluationErrorListener

java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<TokenSample>
opennlp.tools.cmdline.tokenizer.DetokenEvaluationErrorListener
All Implemented Interfaces:
TokenizerEvaluationMonitor, EvaluationMonitor<TokenSample>

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

    • DetokenEvaluationErrorListener

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

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