Uses of Class
opennlp.model.AbstractEventStream

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

Uses of AbstractEventStream in opennlp.maxent
 

Subclasses of AbstractEventStream in opennlp.maxent
 class BasicEventStream
          A object which can deliver a stream of training events assuming that each event is represented as a separated list containing all the contextual predicates, with the last item being the outcome.
 class RealBasicEventStream
           
 

Uses of AbstractEventStream in opennlp.model
 

Subclasses of AbstractEventStream in opennlp.model
 class EventCollectorAsStream
          A wrapper to turn EventCollectors created for Maxent 1.0 into EventStreams for Maxent 1.2.
 class FileEventStream
          Class for using a file of events as an event stream.
 class RealValueFileEventStream
           
 



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