Uses of Interface
opennlp.tools.ml.SequenceTrainer
-
Packages that use SequenceTrainer Package Description opennlp.tools.ml Package related to Machine Learning (ML) features of OpenNLP, the related ML models, and trainers. -
-
Uses of SequenceTrainer in opennlp.tools.ml
Methods in opennlp.tools.ml that return SequenceTrainer Modifier and Type Method Description static SequenceTrainer
TrainerFactory. getSequenceModelTrainer(TrainingParameters trainParams, Map<String,String> reportMap)
Retrieves aSequenceTrainer
that fits the given parameters.
-