Uses of Class
opennlp.tools.util.eval.Evaluator
Packages that use Evaluator
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package for classifying a document into a category.
Package related to predicting languages from samples of text.
Package related to the lemmatizer functionality.
Package related to finding proper names and numeric amounts.
Package containing common code for performing full syntactic parsing.
Package related to part-of-speech tagging.
Package related to identifying sentence boundaries.
Contains classes related to finding token or words in a string.
-
Uses of Evaluator in opennlp.tools.chunker
Subclasses of Evaluator in opennlp.tools.chunkerModifier and TypeClassDescriptionclass
TheChunkerEvaluator
measures the performance of the givenChunker
with the provided referencesamples
. -
Uses of Evaluator in opennlp.tools.doccat
Subclasses of Evaluator in opennlp.tools.doccatModifier and TypeClassDescriptionclass
TheDocumentCategorizerEvaluator
measures the performance of the givenDocumentCategorizer
with the provided referencesamples
. -
Uses of Evaluator in opennlp.tools.langdetect
Subclasses of Evaluator in opennlp.tools.langdetectModifier and TypeClassDescriptionclass
TheLanguageDetectorEvaluator
measures the performance of the givenLanguageDetector
with the provided referenceLanguageSample
s. -
Uses of Evaluator in opennlp.tools.lemmatizer
Subclasses of Evaluator in opennlp.tools.lemmatizerModifier and TypeClassDescriptionclass
TheLemmatizerEvaluator
measures the performance of the givenLemmatizer
with the provided referencesamples
. -
Uses of Evaluator in opennlp.tools.namefind
Subclasses of Evaluator in opennlp.tools.namefindModifier and TypeClassDescriptionclass
TheTokenNameFinderEvaluator
measures the performance of the givenTokenNameFinder
with the provided referencesamples
. -
Uses of Evaluator in opennlp.tools.parser
Subclasses of Evaluator in opennlp.tools.parserModifier and TypeClassDescriptionclass
This implementation ofEvaluator<Parse>
behaves likeEVALB
with no exceptions, e.g, without removing punctuation tags, or equality betweenADVP
andPRT
, as in COLLINS convention. -
Uses of Evaluator in opennlp.tools.postag
Subclasses of Evaluator in opennlp.tools.postagModifier and TypeClassDescriptionclass
ThePOSEvaluator
measures the performance of the givenPOSTagger
with the provided referencesamples
. -
Uses of Evaluator in opennlp.tools.sentdetect
Subclasses of Evaluator in opennlp.tools.sentdetectModifier and TypeClassDescriptionclass
TheSentenceDetectorEvaluator
measures the performance of the givenSentenceDetector
with the provided referenceSentenceSample
s. -
Uses of Evaluator in opennlp.tools.tokenize
Subclasses of Evaluator in opennlp.tools.tokenizeModifier and TypeClassDescriptionclass
TheDetokenizerEvaluator
measures the performance of the givenDetokenizer
with the provided referencesamples
.class
TheTokenizerEvaluator
measures the performance of the givenTokenizer
with the provided referencesamples
.