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 classChunkerEvaluatorTheChunkerEvaluatormeasures the performance of the givenChunkerwith the provided referencesamples. -
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 referencesamples. -
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 referencesamples. -
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 referencesamples. -
Uses of Evaluator in opennlp.tools.parser
Subclasses of Evaluator in opennlp.tools.parser Modifier and Type Class Description classParserEvaluatorThis implementation ofEvaluatorbehaves likeEVALBwith no exceptions, e.g, without removing punctuation tags, or equality betweenADVPandPRT, as in COLLINS convention. -
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 referencesamples. -
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 referencesamples.classTokenizerEvaluatorTheTokenizerEvaluatormeasures the performance of the givenTokenizerwith the provided referencesamples.
-