Uses of Class
opennlp.tools.util.eval.Evaluator

Packages that use Evaluator
opennlp.tools.namefind Package related to finding proper names and numeric amounts. 
opennlp.tools.postag Package related to part-of-speech tagging. 
opennlp.tools.sentdetect Package related to identifying sentece boundries. 
opennlp.tools.tokenize Contains classes related to finding token or words in a string. 
 

Uses of Evaluator in opennlp.tools.namefind
 

Subclasses of Evaluator in opennlp.tools.namefind
 class TokenNameFinderEvaluator
          The TokenNameFinderEvaluator measures the performance of the given TokenNameFinder with the provided reference NameSamples.
 

Uses of Evaluator in opennlp.tools.postag
 

Subclasses of Evaluator in opennlp.tools.postag
 class POSEvaluator
          The POSEvaluator measures the performance of the given POSTagger with the provided reference POSSamplees.
 

Uses of Evaluator in opennlp.tools.sentdetect
 

Subclasses of Evaluator in opennlp.tools.sentdetect
 class SentenceDetectorEvaluator
          The SentenceDetectorEvaluator measures the performance of the given SentenceDetector with the provided reference SentenceSamples.
 

Uses of Evaluator in opennlp.tools.tokenize
 

Subclasses of Evaluator in opennlp.tools.tokenize
 class TokenizerEvaluator
          The TokenizerEvaluator measures the performance of the given Tokenizer with the provided reference TokenSamples.
 



Copyright © 2010. All Rights Reserved.