Klasse TokenEvaluationErrorListener

java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<TokenSample>
opennlp.tools.cmdline.tokenizer.TokenEvaluationErrorListener
Alle implementierten Schnittstellen:
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.
  • Konstruktordetails

    • 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.
  • Methodendetails