edu.stanford.nlp.objectbank
Interface IteratorFromReaderFactory<T>
- All Known Subinterfaces:
- TokenizerFactory<T>
- All Known Implementing Classes:
- PTBTokenizer.PTBTokenizerFactory, TreeTokenizerFactory
public interface IteratorFromReaderFactory<T>
A IteratorFromReaderFactory is used to convert a java.io.Reader
into an Iterator over the Objects represented by the text in the
java.io.Reader.
Method Summary |
java.util.Iterator<T> |
getIterator(java.io.Reader r)
|
getIterator
java.util.Iterator<T> getIterator(java.io.Reader r)