Package opennlp.tools.ml
package opennlp.tools.ml
Package related to Machine Learning (ML) features of OpenNLP, the related ML models, and trainers.
-
ClassDescriptionA basic
EventModelSequenceTrainer
implementation that processesevents
.A basicEventTrainer
implementation.Utility class for simple vector arithmetic.BeamSearch<T>Performs k-best search over a sequence.A specializedTrainer
that is based on a 'EventModelSequence' approach.A factory to initializeTrainer
instances depending on a trainer type configured viaTrainingParameters
.