Package edu.stanford.nlp.objectbank

Interface Summary
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.
TokenizerFactory<T> 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.
 

Class Summary
IdentityFunction  
XMLBeginEndIterator A class which iterates over Strings occuring between the begin and end of a selected tag.
 



Stanford NLP Group