public class LineSentenceIterator extends BaseSentenceIterator
preProcessor| Constructor and Description |
|---|
LineSentenceIterator(java.io.File f) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext()
Same idea as
Iterator |
java.lang.String |
nextSentence()
Gets the next sentence or null
if there's nothing left (Do yourself a favor and
check hasNext() )
|
void |
reset()
Resets the iterator to the beginning
|
finish, getPreProcessor, setPreProcessorpublic java.lang.String nextSentence()
SentenceIteratorpublic boolean hasNext()
SentenceIteratorIteratorpublic void reset()
SentenceIterator