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 |
ChunkerModel
The
ChunkerModel is the model used
by a learnable Chunker . |
Modifier and Type | Class and Description |
---|---|
class |
DoccatModel
A model for document categorization
|
Modifier and Type | Class and Description |
---|---|
class |
LemmatizerModel
The
LemmatizerModel is the model used
by a learnable Lemmatizer . |
Modifier and Type | Class and Description |
---|---|
class |
TokenNameFinderModel
The
TokenNameFinderModel is the model used
by a learnable TokenNameFinder . |
Modifier and Type | Class and Description |
---|---|
class |
ParserModel
This is an abstract base class for
ParserModel implementations. |
Modifier and Type | Class and Description |
---|---|
class |
POSModel
|
Modifier and Type | Class and Description |
---|---|
class |
SentenceModel
The
SentenceModel is the model used
by a learnable SentenceDetector . |
Modifier and Type | Class and Description |
---|---|
class |
TokenizerModel
The
TokenizerModel is the model used
by a learnable Tokenizer . |
Copyright © 2017 The Apache Software Foundation. All rights reserved.