Uses of Class
opennlp.tools.ml.model.Event
Packages that use Event
-
Uses of Event in opennlp.tools.ml
Method parameters in opennlp.tools.ml with type arguments of type EventModifier and TypeMethodDescriptionEventTrainer.train(ObjectStream<Event> events) Trains aMaxentModelfor givenevents. -
Uses of Event in opennlp.tools.ml.model
Methods in opennlp.tools.ml.model that return EventModifier and TypeMethodDescriptionEvent[]Sequence.getEvents()Event[]SequenceStream.updateContext(Sequence<S> sequence, MaxentModel model) Creates a new event array based on the outcomes predicted by the specified parameters for the specifiedSequence.Method parameters in opennlp.tools.ml.model with type arguments of type EventModifier and TypeMethodDescriptionvoidDataIndexer.index(ObjectStream<Event> eventStream) Performs the data indexing.Constructors in opennlp.tools.ml.model with parameters of type Event