Package cc.mallet.pipe.iterator

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

See:
          Description

Class Summary
ArrayDataAndTargetIterator  
ArrayIterator  
ConcatenatedInstanceIterator  
CsvIterator This iterator, perhaps more properly called a Line Pattern Iterator, reads through a file and returns one instance per line, based on a regular expression.
EmptyInstanceIterator  
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  
LineGroupIterator Iterate over groups of lines of text, separated by lines that match a regular expression.
LineIterator  
ParenGroupIterator Iterator that takes a Reader, breaks up the input into top-level parenthesized expressions.
PatternMatchIterator Iterates over matching regular expresions.
PipeExtendedIterator Deprecated.
PipeInputIterator Deprecated.
RandomFeatureVectorIterator  
RandomTokenSequenceIterator  
SegmentIterator Iterates over Segments extracted by a Transducer for some InstanceList.
SimpleFileLineIterator  
StringArrayIterator  
 

Package cc.mallet.pipe.iterator Description

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