edu.stanford.nlp.objectbank
Interface IteratorFromReaderFactory<T>

All Known Subinterfaces:
TokenizerFactory<T>
All Known Implementing Classes:
PTBTokenizer.PTBTokenizerFactory

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)
           
 

Method Detail

getIterator

java.util.Iterator<T> getIterator(java.io.Reader r)