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.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 | Interface and Description |
---|---|
interface |
DoccatEvaluationMonitor
EvaluationMonitor for doccat. |
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 © 2017 The Apache Software Foundation. All rights reserved.