edu.stanford.nlp.trees
Interface SentenceReaderFactory
- All Known Implementing Classes:
- AdwaitSentenceReaderFactory, PennSentenceReaderFactory, SimpleSentenceReaderFactory
- public interface SentenceReaderFactory
A SentenceReaderFactory
is a factory for creating objects of
class SentenceReader
, or some descendent class.
- Author:
- Christopher Manning
newSentenceReader
public SentenceReader newSentenceReader(Reader in)
- The factory for making a new
SentenceReader
.
- Parameters:
in
- The Reader to read sentences from.
- Returns:
- A SentenceReader that reads sentences.
Stanford NLP Group