Class ChunkEvaluationErrorListener

java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<ChunkSample>
opennlp.tools.cmdline.chunker.ChunkEvaluationErrorListener
All Implemented Interfaces:
ChunkerEvaluationMonitor, EvaluationMonitor<ChunkSample>

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

    • ChunkEvaluationErrorListener

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

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