Uses of Package
opennlp.tools.ml.model
Packages that use opennlp.tools.ml.model
-
Classes in opennlp.tools.ml.model used by opennlp.tools.mlClassDescriptionAn abstract, basic implementation of a model writer.A maxent predicate representation which we can use to sort based on the outcomes.
-
Classes in opennlp.tools.ml.model used by opennlp.tools.ml.modelClassDescriptionAbstract
DataIndexerimplementation for collecting event and context counts used in training.A basicMaxentModelimplementation.An abstract, basic implementation of a model reader.An abstract, basic implementation of a model writer.A maxent event representation which we can use to sort based on the predicates indexes contained in the events.A maxent predicate representation which we can use to sort based on the outcomes.This class encapsulates the variables used in producing probabilities from a model and facilitates passing these variables to the eval method.Class for using a file ofeventsas anevent stream.ADataIndexerfor maxent model data which handles cutoffs for uncommon contextual predicates and provides a unique integer index for each of the predicates.