Uses of Class
opennlp.model.Event

Packages that use Event
opennlp.maxent Provides main functionality of the maxent package including data structures and algorithms for parameter estimation. 
opennlp.model   
 

Uses of Event in opennlp.maxent
 

Methods in opennlp.maxent that return Event
 Event RealBasicEventStream.next()
           
 Event BasicEventStream.next()
          Returns the next Event object held in this EventStream.
 

Uses of Event in opennlp.model
 

Methods in opennlp.model that return Event
 Event[] Sequence.getEvents()
          Returns the events which make up this sequence.
 Event[] EventCollector.getEvents()
          Return the events which this EventCollector has gathered.
 Event[] EventCollector.getEvents(boolean evalMode)
          Return the events which this EventCollector has gathered based on whether we wish to train a model or evaluate one based on those events.
 Event SequenceStreamEventStream.next()
           
 Event RealValueFileEventStream.next()
           
 Event FileEventStream.next()
           
 Event EventStream.next()
          Returns the next Event object held in this EventStream.
 Event EventCollectorAsStream.next()
           
 Event[] SequenceStream.updateContext(Sequence sequence, AbstractModel model)
          Creates a new event array based on the outcomes predicted by the specified parameters for the specified sequence.
 

Methods in opennlp.model with parameters of type Event
static java.lang.String FileEventStream.toLine(Event event)
          Generates a string representing the specified event.
 

Method parameters in opennlp.model with type arguments of type Event
protected  java.util.List OnePassRealValueDataIndexer.index(java.util.LinkedList<Event> events, java.util.Map<java.lang.String,java.lang.Integer> predicateIndex)
           
protected  java.util.List OnePassDataIndexer.index(java.util.LinkedList<Event> events, java.util.Map<java.lang.String,java.lang.Integer> predicateIndex)
           
 

Constructors in opennlp.model with parameters of type Event
Sequence(Event[] events, T source)
          Creates a new sequence made up of the specified events and derived from the specified source.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.