Uses of Interface
opennlp.maxent.DataStream

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

Uses of DataStream in opennlp.maxent
 

Classes in opennlp.maxent that implement DataStream
 class PlainTextByLineDataStream
          This DataStream implementation will take care of reading a plain text file and returning the Strings between each new line character, which is what many Maxent applications need in order to create EventStreams.
 

Constructors in opennlp.maxent with parameters of type DataStream
BasicEventStream(DataStream ds)
           
RealBasicEventStream(DataStream ds)
           
 



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