Uses of Class
opennlp.tools.util.model.ModelType
-
Packages that use ModelType Package Description opennlp.tools.util.model -
-
Uses of ModelType in opennlp.tools.util.model
Methods in opennlp.tools.util.model that return ModelType Modifier and Type Method Description static ModelType
ModelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelType[]
ModelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-