opennlp.tools.chunker
Class ChunkerEvaluator

java.lang.Object
  extended by opennlp.tools.util.eval.Evaluator<ChunkSample>
      extended by opennlp.tools.chunker.ChunkerEvaluator

public class ChunkerEvaluator
extends Evaluator<ChunkSample>

The ChunkerEvaluator measures the performance of the given Chunker with the provided reference ChunkSamples.

See Also:
Evaluator, Chunker, ChunkSample

Constructor Summary
ChunkerEvaluator(Chunker chunker, ChunkerEvaluationMonitor... listeners)
          Initializes the current instance with the given Chunker.
 
Method Summary
 FMeasure getFMeasure()
           
 
Methods inherited from class opennlp.tools.util.eval.Evaluator
evaluate, evaluateSample
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChunkerEvaluator

public ChunkerEvaluator(Chunker chunker,
                        ChunkerEvaluationMonitor... listeners)
Initializes the current instance with the given Chunker.

Parameters:
chunker - the Chunker to evaluate.
listeners - evaluation listeners
Method Detail

getFMeasure

public FMeasure getFMeasure()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.