Klasse LanguageDetectorEvaluationErrorListener

java.lang.Object
opennlp.tools.cmdline.EvaluationErrorPrinter<LanguageSample>
opennlp.tools.cmdline.langdetect.LanguageDetectorEvaluationErrorListener
Alle implementierten Schnittstellen:
LanguageDetectorEvaluationMonitor, EvaluationMonitor<LanguageSample>

public class LanguageDetectorEvaluationErrorListener extends opennlp.tools.cmdline.EvaluationErrorPrinter<LanguageSample> implements LanguageDetectorEvaluationMonitor
A default implementation of EvaluationMonitor that prints to an output stream.
  • Konstruktordetails

    • LanguageDetectorEvaluationErrorListener

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

      public LanguageDetectorEvaluationErrorListener(OutputStream outputStream)
      Creates a listener that will print to a given OutputStream
  • Methodendetails