Class FileSentenceReader

java.lang.Object
  |
  +--FileSentenceReader

public class FileSentenceReader
extends java.lang.Object

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

FileSentenceReader

public FileSentenceReader()
Method Detail

getAllSentences

public static java.util.ArrayList getAllSentences(java.io.File f)

main

public static void main(java.lang.String[] args)