Uses of Interface
opennlp.tools.ml.model.MaxentModel
Packages that use MaxentModel
-
Uses of MaxentModel in opennlp.tools.ml
Methods in opennlp.tools.ml that return MaxentModelModifier and TypeMethodDescriptionEventModelSequenceTrainer.train(SequenceStream<T> events) Trains aMaxentModelfor givenevents.EventTrainer.train(DataIndexer<P> indexer) Trains aMaxentModelfor givenevents.EventTrainer.train(ObjectStream<Event> events) Trains aMaxentModelfor givenevents. -
Uses of MaxentModel in opennlp.tools.ml.model
Methods in opennlp.tools.ml.model with parameters of type MaxentModelModifier and TypeMethodDescriptionEvent[]SequenceStream.updateContext(Sequence<S> sequence, MaxentModel model) Creates a new event array based on the outcomes predicted by the specified parameters for the specifiedSequence.