Uses of Class
opennlp.tools.util.model.BaseModel
Packages that use BaseModel
Package
Description
-
Uses of BaseModel in opennlp.tools.chunker
Subclasses of BaseModel in opennlp.tools.chunkerModifier and TypeClassDescriptionclassTheChunkerModelis 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 TypeClassDescriptionclassTheLanguageDetectorModelis the model used by a learnableLanguageDetector. -
Uses of BaseModel in opennlp.tools.lemmatizer
Subclasses of BaseModel in opennlp.tools.lemmatizerModifier and TypeClassDescriptionclassTheLemmatizerModelis the model used by a learnableLemmatizer. -
Uses of BaseModel in opennlp.tools.namefind
Subclasses of BaseModel in opennlp.tools.namefindModifier and TypeClassDescriptionclassTheTokenNameFinderModelis 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 TypeClassDescriptionclassTheSentenceModelis the model used by a learnableSentenceDetector. -
Uses of BaseModel in opennlp.tools.sentiment
Subclasses of BaseModel in opennlp.tools.sentimentModifier and TypeClassDescriptionclassClass for the basis of the Sentiment Analysis model. -
Uses of BaseModel in opennlp.tools.tokenize
Subclasses of BaseModel in opennlp.tools.tokenizeModifier and TypeClassDescriptionfinal classTheTokenizerModelis 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, opennlp.tools.models.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.