public class CompoundWordTableCompiler extends Object
| Constructor and Description |
|---|
CompoundWordTableCompiler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
buildTable(BufferedReader reader,
int partOfSpeechStart,
int partOfSpeechSize,
String tableFilename)
Builds a compound word table
|
static void |
main(String[] args)
Main method
|
public static void buildTable(BufferedReader reader, int partOfSpeechStart, int partOfSpeechSize, String tableFilename) throws IOException
reader - The input compound word datapartOfSpeechStart - The start of the part-of-speech data within
the CSVpartOfSpeechSize - The number of elements of part-of-speech data
within the CSVtableFilename - The filename for the compiled tableIOExceptionpublic static void main(String[] args)
args - Ignored