Uses of Class
opennlp.tools.util.model.BaseModel
Packages that use BaseModel
Package
Description
Package related to finding non-recursive syntactic annotation such as noun phrase chunks.
Package for classifying a document into a category.
Package related to predicting languages from samples of text.
Package related to the lemmatizer functionality.
Package related to finding proper names and numeric amounts.
Package containing common code for performing full syntactic parsing.
Package related to part-of-speech tagging.
Package related to identifying sentence boundaries.
Contains classes related to finding token or words in a string.
Package containing utility data structures and algorithms used by multiple other packages.
-
Uses of BaseModel in opennlp.tools.chunker
Subclasses of BaseModel in opennlp.tools.chunkerModifier and TypeClassDescriptionclass
TheChunkerModel
is the model used by a learnableChunker
. -
Uses of BaseModel in opennlp.tools.doccat
Subclasses of BaseModel in opennlp.tools.doccat -
Uses of BaseModel in opennlp.tools.langdetect
Subclasses of BaseModel in opennlp.tools.langdetectModifier and TypeClassDescriptionclass
TheLanguageDetectorModel
is the model used by a learnableLanguageDetector
. -
Uses of BaseModel in opennlp.tools.lemmatizer
Subclasses of BaseModel in opennlp.tools.lemmatizerModifier and TypeClassDescriptionclass
TheLemmatizerModel
is the model used by a learnableLemmatizer
. -
Uses of BaseModel in opennlp.tools.namefind
Subclasses of BaseModel in opennlp.tools.namefindModifier and TypeClassDescriptionclass
TheTokenNameFinderModel
is the model used by a learnableTokenNameFinder
. -
Uses of BaseModel in opennlp.tools.parser
Subclasses of BaseModel in opennlp.tools.parser -
Uses of BaseModel in opennlp.tools.postag
Subclasses of BaseModel in opennlp.tools.postag -
Uses of BaseModel in opennlp.tools.sentdetect
Subclasses of BaseModel in opennlp.tools.sentdetectModifier and TypeClassDescriptionclass
TheSentenceModel
is the model used by a learnableSentenceDetector
. -
Uses of BaseModel in opennlp.tools.tokenize
Subclasses of BaseModel in opennlp.tools.tokenizeModifier and TypeClassDescriptionfinal class
TheTokenizerModel
is the model used by a learnableTokenizer
. -
Uses of BaseModel in opennlp.tools.util
Methods in opennlp.tools.util with type parameters of type BaseModelModifier and TypeMethodDescriptionstatic <T extends BaseModel>
TDownloadUtil.downloadModel
(String language, ModelType modelType, Class<T> type) Triggers a download for the specifiedModelType
.static <T extends BaseModel>
TDownloadUtil.downloadModel
(URL url, Class<T> type) Downloads a model from aURL
.