Package edu.stanford.nlp.objectbank

Interface Summary
IteratorFromReaderFactory 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.
TokenizerFactory A TokenizerFactory is used to convert a java.io.Reader into a Tokenizer (or an Iterator) over the Objects represented by the text in the java.io.Reader.
 



Stanford NLP Group