Definition at line 39 of file Segmenter.java.
Public Methods | |
Segmenter (String[] args) | |
Segmenter constructor. | |
void | go () |
Set everything up, process input, and write output. | |
Public Attributes | |
FeatFile | outFile |
|
Segmenter constructor. Parses command line arguments Definition at line 111 of file Segmenter.java. |