Uses of Class
opennlp.maxent.Event

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

Uses of Event in opennlp.maxent
 

Methods in opennlp.maxent that return Event
 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 RealValueFileEventStream.nextEvent()
           
 Event RealBasicEventStream.nextEvent()
           
 Event FileEventStream.nextEvent()
           
 Event EventStream.nextEvent()
          Returns the next Event object held in this EventStream.
 Event EventCollectorAsStream.nextEvent()
           
 Event BasicEventStream.nextEvent()
          Returns the next Event object held in this EventStream.
 

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



Copyright © 2005 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.