Uses of Class
opennlp.tools.ml.TrainerFactory.TrainerType
-
Packages that use TrainerFactory.TrainerType Package Description opennlp.tools.ml -
-
Uses of TrainerFactory.TrainerType in opennlp.tools.ml
Methods in opennlp.tools.ml that return TrainerFactory.TrainerType Modifier and Type Method Description static TrainerFactory.TrainerTypeTrainerFactory. getTrainerType(TrainingParameters trainParams)Determines the trainer type based on the ALGORITHM_PARAM value.static TrainerFactory.TrainerTypeTrainerFactory.TrainerType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainerFactory.TrainerType[]TrainerFactory.TrainerType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-