Uses of Interface
opennlp.tools.ml.SequenceTrainer
Packages that use SequenceTrainer
Package
Description
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 SequenceTrainerModifier and TypeMethodDescriptionstatic SequenceTrainer
TrainerFactory.getSequenceModelTrainer
(TrainingParameters trainParams, Map<String, String> reportMap) Retrieves aSequenceTrainer
that fits the given parameters.