Uses of Class
opennlp.tools.util.DownloadUtil.ModelType
-
Packages that use DownloadUtil.ModelType Package Description opennlp.tools.util 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.ModelType Modifier and Type Field Description static Map<String,Map<DownloadUtil.ModelType,String>>
DownloadUtil. available_models
Methods in opennlp.tools.util that return DownloadUtil.ModelType Modifier and Type Method Description static DownloadUtil.ModelType
DownloadUtil.ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DownloadUtil.ModelType[]
DownloadUtil.ModelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in opennlp.tools.util with parameters of type DownloadUtil.ModelType Modifier and Type Method Description static BaseModel
DownloadUtil. downloadModel(String language, DownloadUtil.ModelType modelType, Class type)
-