Class Summary |
IdentityFunction<X> |
An Identity function that returns its argument. |
LineIterator<X> |
An Iterator that returns a line of a file at a time. |
LineIterator.LineIteratorFactory<X> |
|
ObjectBank<E> |
The ObjectBank class is designed to make it easy to change the format/source
of data read in by other classes and to standardize how data is read in
javaNLP classes. |
ObjectBank.PathToFileFunction |
This is handy for having getLineIterator return a collection of files for feeding into another ObjectBank. |
ReaderIteratorFactory |
A ReaderIteratorFactory provides a means of getting an Iterator
which returns java.util.Readers over a Collection of input
sources. |
XMLBeginEndIterator<E> |
A class which iterates over Strings occurring between the begin and end of
a selected tag or tags. |