Uses of Class
opennlp.tools.util.eval.Evaluator
Packages that use Evaluator
Package
Description
-
Uses of Evaluator in opennlp.tools.chunker
Subclasses of Evaluator in opennlp.tools.chunkerModifier and TypeClassDescriptionclassTheChunkerEvaluatormeasures the performance of the givenChunkerwith the provided referencesamples. -
Uses of Evaluator in opennlp.tools.doccat
Subclasses of Evaluator in opennlp.tools.doccatModifier and TypeClassDescriptionclassTheDocumentCategorizerEvaluatormeasures the performance of the givenDocumentCategorizerwith the provided referencesamples. -
Uses of Evaluator in opennlp.tools.langdetect
Subclasses of Evaluator in opennlp.tools.langdetectModifier and TypeClassDescriptionclassTheLanguageDetectorEvaluatormeasures the performance of the givenLanguageDetectorwith the provided referenceLanguageSamples. -
Uses of Evaluator in opennlp.tools.lemmatizer
Subclasses of Evaluator in opennlp.tools.lemmatizerModifier and TypeClassDescriptionclassTheLemmatizerEvaluatormeasures the performance of the givenLemmatizerwith the provided referencesamples. -
Uses of Evaluator in opennlp.tools.namefind
Subclasses of Evaluator in opennlp.tools.namefindModifier and TypeClassDescriptionclassTheTokenNameFinderEvaluatormeasures the performance of the givenTokenNameFinderwith the provided referencesamples. -
Uses of Evaluator in opennlp.tools.postag
Subclasses of Evaluator in opennlp.tools.postagModifier and TypeClassDescriptionclassThePOSEvaluatormeasures the performance of the givenPOSTaggerwith the provided referencesamples. -
Uses of Evaluator in opennlp.tools.sentdetect
Subclasses of Evaluator in opennlp.tools.sentdetectModifier and TypeClassDescriptionclassTheSentenceDetectorEvaluatormeasures the performance of the givenSentenceDetectorwith the provided referenceSentenceSamples. -
Uses of Evaluator in opennlp.tools.sentiment
Subclasses of Evaluator in opennlp.tools.sentimentModifier and TypeClassDescriptionclassTheSentimentEvaluatormeasures the performance of the givenSentimentMEwith the provided referenceSentimentSamples. -
Uses of Evaluator in opennlp.tools.tokenize
Subclasses of Evaluator in opennlp.tools.tokenizeModifier and TypeClassDescriptionclassTheTokenizerEvaluatormeasures the performance of the givenTokenizerwith the provided referencesamples.