Package | Description |
---|---|
opennlp.tools.chunker |
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
|
opennlp.tools.cmdline | |
opennlp.tools.cmdline.chunker | |
opennlp.tools.cmdline.doccat | |
opennlp.tools.cmdline.langdetect | |
opennlp.tools.cmdline.lemmatizer |
Classes giving access to the opennlp.tools.lemmatizer functionalities.
|
opennlp.tools.cmdline.namefind | |
opennlp.tools.cmdline.postag | |
opennlp.tools.cmdline.sentdetect | |
opennlp.tools.cmdline.tokenizer | |
opennlp.tools.doccat |
Package for classifying a document into a category.
|
opennlp.tools.langdetect | |
opennlp.tools.lemmatizer |
Package related with the lemmatizer tool
|
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 sentece boundries.
|
opennlp.tools.tokenize |
Contains classes related to finding token or words in a string.
|
opennlp.tools.util.eval |
Modifier and Type | Interface and Description |
---|---|
interface |
ChunkerEvaluationMonitor |
Modifier and Type | Class and Description |
---|---|
class |
opennlp.tools.cmdline.DetailedFMeasureListener<T>
This listener will gather detailed information about the sample under evaluation and will
allow detailed FMeasure for each outcome.
|
class |
opennlp.tools.cmdline.EvaluationErrorPrinter<T>
Note: Do not use this class, internal use only!
|
Modifier and Type | Class and Description |
---|---|
class |
ChunkerDetailedFMeasureListener |
class |
ChunkEvaluationErrorListener
A default implementation of
EvaluationMonitor that prints
to an output stream. |
Modifier and Type | Class and Description |
---|---|
class |
DoccatEvaluationErrorListener
A default implementation of
EvaluationMonitor that prints to an
output stream. |
class |
DoccatFineGrainedReportListener
Generates a detailed report for the POS Tagger.
|
Modifier and Type | Class and Description |
---|---|
class |
LanguageDetectorEvaluationErrorListener
A default implementation of
EvaluationMonitor that prints to an
output stream. |
class |
LanguageDetectorFineGrainedReportListener
Generates a detailed report for the POS Tagger.
|
Modifier and Type | Class and Description |
---|---|
class |
LemmaEvaluationErrorListener
A default implementation of
EvaluationMonitor that prints to an
output stream. |
class |
LemmatizerFineGrainedReportListener
Generates a detailed report for the Lemmatizer.
|
Modifier and Type | Class and Description |
---|---|
class |
NameEvaluationErrorListener
A default implementation of
EvaluationMonitor that prints
to an output stream. |
class |
TokenNameFinderDetailedFMeasureListener |
class |
TokenNameFinderFineGrainedReportListener
Generates a detailed report for the NameFinder.
|
Modifier and Type | Class and Description |
---|---|
class |
POSEvaluationErrorListener
A default implementation of
EvaluationMonitor that prints
to an output stream. |
class |
POSTaggerFineGrainedReportListener
Generates a detailed report for the POS Tagger.
|
Modifier and Type | Class and Description |
---|---|
class |
SentenceEvaluationErrorListener
A default implementation of
EvaluationMonitor that prints
to an output stream. |
Modifier and Type | Class and Description |
---|---|
class |
DetokenEvaluationErrorListener
A default implementation of
EvaluationMonitor that prints
to an output stream. |
class |
TokenEvaluationErrorListener
A default implementation of
EvaluationMonitor that prints
to an output stream. |
Modifier and Type | Interface and Description |
---|---|
interface |
DoccatEvaluationMonitor
EvaluationMonitor for doccat. |
Modifier and Type | Interface and Description |
---|---|
interface |
LanguageDetectorEvaluationMonitor
EvaluationMonitor for Language Detector. |
Modifier and Type | Interface and Description |
---|---|
interface |
LemmatizerEvaluationMonitor
Interface for the lemmatizer evaluator.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TokenNameFinderEvaluationMonitor |
Modifier and Type | Interface and Description |
---|---|
interface |
ParserEvaluationMonitor |
Modifier and Type | Interface and Description |
---|---|
interface |
POSTaggerEvaluationMonitor |
Modifier and Type | Interface and Description |
---|---|
interface |
SentenceDetectorEvaluationMonitor |
Modifier and Type | Interface and Description |
---|---|
interface |
TokenizerEvaluationMonitor |
Constructor and Description |
---|
Evaluator(EvaluationMonitor<T>... aListeners) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.