| Interface | Description |
|---|---|
| PipeInputIterator |
Interface for classes that generate instances.
|
| Class | Description |
|---|---|
| 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 | |
| SimpleFileIterator |
Copyright © 2019 JULIE Lab, Germany. All rights reserved.