Class TokenEvaluationErrorListener

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

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

    • TokenEvaluationErrorListener

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

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