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 opennlp.tools.lemmatizer Package related with the lemmatizer toolopennlp.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 sentece boundries.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 classChunkerEvaluatorTheChunkerEvaluatormeasures the performance of the givenChunkerwith the provided referenceChunkSamples. -
Uses of Evaluator in opennlp.tools.doccat
Subclasses of Evaluator in opennlp.tools.doccat Modifier and Type Class Description classDocumentCategorizerEvaluatorTheDocumentCategorizerEvaluatormeasures the performance of the givenDocumentCategorizerwith the provided referenceDocumentSamples. -
Uses of Evaluator in opennlp.tools.langdetect
Subclasses of Evaluator in opennlp.tools.langdetect Modifier and Type Class Description classLanguageDetectorEvaluatorTheLanguageDetectorEvaluatormeasures the performance of the givenLanguageDetectorwith the provided referenceLanguageSamples. -
Uses of Evaluator in opennlp.tools.lemmatizer
Subclasses of Evaluator in opennlp.tools.lemmatizer Modifier and Type Class Description classLemmatizerEvaluatorTheLemmatizerEvaluatormeasures the performance of the givenLemmatizerwith the provided referenceLemmaSamples. -
Uses of Evaluator in opennlp.tools.namefind
Subclasses of Evaluator in opennlp.tools.namefind Modifier and Type Class Description classTokenNameFinderEvaluatorTheTokenNameFinderEvaluatormeasures the performance of the givenTokenNameFinderwith the provided referenceNameSamples. -
Uses of Evaluator in opennlp.tools.parser
Subclasses of Evaluator in opennlp.tools.parser Modifier and Type Class Description classParserEvaluatorClass for ParserEvaluator. -
Uses of Evaluator in opennlp.tools.postag
Subclasses of Evaluator in opennlp.tools.postag Modifier and Type Class Description classPOSEvaluatorThePOSEvaluatormeasures the performance of the givenPOSTaggerwith the provided referencePOSSamples. -
Uses of Evaluator in opennlp.tools.sentdetect
Subclasses of Evaluator in opennlp.tools.sentdetect Modifier and Type Class Description classSentenceDetectorEvaluatorTheSentenceDetectorEvaluatormeasures the performance of the givenSentenceDetectorwith the provided referenceSentenceSamples. -
Uses of Evaluator in opennlp.tools.tokenize
Subclasses of Evaluator in opennlp.tools.tokenize Modifier and Type Class Description classDetokenizerEvaluatorTheDetokenizerEvaluatormeasures the performance of the givenDetokenizerwith the provided referenceTokenSamples.classTokenizerEvaluatorTheTokenizerEvaluatormeasures the performance of the givenTokenizerwith the provided referenceTokenSamples.
-