Uses of Class
opennlp.tools.util.eval.Evaluator
-
Packages that use Evaluator Package Description opennlp.tools.chunker Package related to finding non-recursive syntactic annotation such as noun phrase chunks.opennlp.tools.doccat Package for classifying a document into a category.opennlp.tools.langdetect Package related to predicting languages from samples of text.opennlp.tools.lemmatizer Package related to the lemmatizer functionality.opennlp.tools.namefind Package related to finding proper names and numeric amounts.opennlp.tools.parser Package containing common code for performing full syntactic parsing.opennlp.tools.postag Package related to part-of-speech tagging.opennlp.tools.sentdetect Package related to identifying sentence boundaries.opennlp.tools.tokenize Contains classes related to finding token or words in a string. -
-
Uses of Evaluator in opennlp.tools.chunker
Subclasses of Evaluator in opennlp.tools.chunker Modifier and Type Class Description class
ChunkerEvaluator
TheChunkerEvaluator
measures the performance of the givenChunker
with the provided referencesamples
. -
Uses of Evaluator in opennlp.tools.doccat
Subclasses of Evaluator in opennlp.tools.doccat Modifier and Type Class Description class
DocumentCategorizerEvaluator
TheDocumentCategorizerEvaluator
measures the performance of the givenDocumentCategorizer
with the provided referencesamples
. -
Uses of Evaluator in opennlp.tools.langdetect
Subclasses of Evaluator in opennlp.tools.langdetect Modifier and Type Class Description class
LanguageDetectorEvaluator
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.lemmatizer Modifier and Type Class Description class
LemmatizerEvaluator
TheLemmatizerEvaluator
measures the performance of the givenLemmatizer
with the provided referencesamples
. -
Uses of Evaluator in opennlp.tools.namefind
Subclasses of Evaluator in opennlp.tools.namefind Modifier and Type Class Description class
TokenNameFinderEvaluator
TheTokenNameFinderEvaluator
measures the performance of the givenTokenNameFinder
with the provided referencesamples
. -
Uses of Evaluator in opennlp.tools.parser
Subclasses of Evaluator in opennlp.tools.parser Modifier and Type Class Description class
ParserEvaluator
This implementation ofEvaluator
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.postag Modifier and Type Class Description class
POSEvaluator
ThePOSEvaluator
measures the performance of the givenPOSTagger
with the provided referencesamples
. -
Uses of Evaluator in opennlp.tools.sentdetect
Subclasses of Evaluator in opennlp.tools.sentdetect Modifier and Type Class Description class
SentenceDetectorEvaluator
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.tokenize Modifier and Type Class Description class
DetokenizerEvaluator
TheDetokenizerEvaluator
measures the performance of the givenDetokenizer
with the provided referencesamples
.class
TokenizerEvaluator
TheTokenizerEvaluator
measures the performance of the givenTokenizer
with the provided referencesamples
.
-