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.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunkerEvaluator
The
ChunkerEvaluator measures the performance
of the given Chunker with the provided
reference ChunkSample s. |
Modifier and Type | Class and Description |
---|---|
class |
DocumentCategorizerEvaluator
The
DocumentCategorizerEvaluator measures the performance of
the given DocumentCategorizer with the provided reference
DocumentSample s. |
Modifier and Type | Class and Description |
---|---|
class |
LemmatizerEvaluator
The
LemmatizerEvaluator measures the performance of
the given Lemmatizer with the provided reference
LemmaSample s. |
Modifier and Type | Class and Description |
---|---|
class |
TokenNameFinderEvaluator
The
TokenNameFinderEvaluator measures the performance
of the given TokenNameFinder with the provided
reference NameSample s. |
Modifier and Type | Class and Description |
---|---|
class |
ParserEvaluator
Class for ParserEvaluator.
|
Modifier and Type | Class and Description |
---|---|
class |
POSEvaluator
The
POSEvaluator measures the performance of
the given POSTagger with the provided reference
POSSample s. |
Modifier and Type | Class and Description |
---|---|
class |
SentenceDetectorEvaluator
The
SentenceDetectorEvaluator measures the performance of
the given SentenceDetector with the provided reference
SentenceSample s. |
Modifier and Type | Class and Description |
---|---|
class |
TokenizerEvaluator
The
TokenizerEvaluator measures the performance of
the given Tokenizer with the provided reference
TokenSample s. |
Copyright © 2017 The Apache Software Foundation. All rights reserved.