org.cogroo.tools.chunker2
Class ChunkerEvaluator

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

public class ChunkerEvaluator
extends opennlp.tools.util.eval.Evaluator<opennlp.tools.chunker.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
 opennlp.tools.util.eval.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 opennlp.tools.util.eval.FMeasure getFMeasure()


Copyright © 2012-2013 CoGrOO. All Rights Reserved.