Package edu.umass.cs.mallet.base.pipe.iterator

Classes that generate instances from different kinds of input or data structures.

See:
          Description

Interface Summary
PipeInputIterator Interface for classes that generate instances.
 

Class Summary
AbstractPipeInputIterator  
ArrayDataAndTargetIterator  
ArrayIterator  
CsvIterator  
FileIterator An iterator that generates instances from an initial directory or set of directories.
FileListIterator An iterator that generates instances for a pipe from a list of filenames.
FileUriIterator  
InstanceListIterator This method feeds a pipeline from another InstanceList.
LineGroupIterator Iterate over groups of lines of text, separated by lines that match a regular expression.
LineIterator  
NestedIterator  
ParenGroupIterator Iterator that takes a Reader, breaks up the input into top-level parenthesized expressions.
PatternMatchIterator Iterates over matching regular expresions.
PipeExtendedIterator Provides a PipeExtendedIterator that applies a Pipe to the Instances returned by a given PipeExtendedIterator, It is intended to encapsulate preprocessing that should not belong to the input Pipe of a Classifier or Transducer.
RandomFeatureVectorIterator  
RandomTokenSequenceIterator  
SegmentIterator Iterates over Segments extracted by a Transducer for some InstanceList.
SimpleFileIterator  
 

Package edu.umass.cs.mallet.base.pipe.iterator Description

Classes that generate instances from different kinds of input or data structures.