Uses of Enum Class
opennlp.tools.util.DownloadUtil.ModelType
Packages that use DownloadUtil.ModelType
Package
Description
Package containing utility data structures and algorithms used by multiple other packages.
-
Uses of DownloadUtil.ModelType in opennlp.tools.util
Fields in opennlp.tools.util with type parameters of type DownloadUtil.ModelTypeModifier and TypeFieldDescriptionstatic final Map<String,
Map<DownloadUtil.ModelType, String>> DownloadUtil.available_models
Methods in opennlp.tools.util that return DownloadUtil.ModelTypeModifier and TypeMethodDescriptionstatic DownloadUtil.ModelType
Returns the enum constant of this class with the specified name.static DownloadUtil.ModelType[]
DownloadUtil.ModelType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in opennlp.tools.util with parameters of type DownloadUtil.ModelTypeModifier and TypeMethodDescriptionstatic <T extends BaseModel>
TDownloadUtil.downloadModel
(String language, DownloadUtil.ModelType modelType, Class<T> type) Triggers a download for the specifiedDownloadUtil.ModelType
.