Uses of Class
opennlp.tools.util.TrainingParameters
Packages that use TrainingParameters
-
Uses of TrainingParameters in opennlp.tools.ml.model
Subclasses with type arguments of type TrainingParameters in opennlp.tools.ml.modelModifier and TypeClassDescriptionclassADataIndexerfor maxent model data which handles cutoffs for uncommon contextual predicates and provides a unique integer index for each of the predicates.classCollecting event and context counts by making two passes over the events. -
Uses of TrainingParameters in opennlp.tools.util
Methods in opennlp.tools.util that return TrainingParametersModifier and TypeMethodDescriptionstatic TrainingParametersTrainingParameters.defaultParams()TrainingParameters.getParameters(String namespace) static TrainingParametersConstructors in opennlp.tools.util with parameters of type TrainingParametersModifierConstructorDescriptionTrainingParameters(TrainingParameters trainingParameters) Copy constructor to hand over the config of existingTrainingParameters.