|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--FileSentenceReader
Reads through a text file, parsing it into sentences in sound i18n fashion. Returns an ArrayList of the sentences.
| Constructor Summary | |
FileSentenceReader()
|
|
| Method Summary | |
static java.util.ArrayList |
getAllSentences(java.io.File f)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileSentenceReader()
| Method Detail |
public static java.util.ArrayList getAllSentences(java.io.File f)
public static void main(java.lang.String[] args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||