public class SpellKeywordTest
extends Object
Modifier and Type | Field and Description |
---|---|
private String |
indexDir
Directory in which the index (and spelling data) is stored
|
Constructor and Description |
---|
SpellKeywordTest() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Command-line driver.
|
String[] |
split(String in) |
private void |
test(String testFile)
Test the spelling index
|
private String |
testPhrase(String origPhrase,
PrintWriter debugWriter) |
private String indexDir
public static void main(String[] args) throws IOException
IOException
private void test(String testFile) throws IOException
IOException
private String testPhrase(String origPhrase, PrintWriter debugWriter) throws IOException
IOException
public String[] split(String in) throws ParseException, IOException
ParseException
IOException