Uses of Enum Class
opennlp.tools.ml.AlgorithmType
Packages that use AlgorithmType
-
Uses of AlgorithmType in opennlp.tools.ml
Subclasses with type arguments of type AlgorithmType in opennlp.tools.mlMethods in opennlp.tools.ml that return AlgorithmTypeModifier and TypeMethodDescriptionstatic AlgorithmTypeAlgorithmType.fromAlgorithmType(String type) static AlgorithmTypeAlgorithmType.fromModelType(String type) static AlgorithmTypeReturns the enum constant of this class with the specified name.static AlgorithmType[]AlgorithmType.values()Returns an array containing the constants of this enum class, in the order they are declared.