private static class SpellTestCmdLine.SpeltSuggTester extends Object implements SpellTestCmdLine.SuggTester
Modifier and Type | Field and Description |
---|---|
(package private) SpellReader |
spellReader |
Constructor and Description |
---|
SpeltSuggTester(String dictDir) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String[] |
suggest(String[] origPhrase) |
SpellReader spellReader
SpeltSuggTester(String dictDir) throws IOException
IOException
public String[] suggest(String[] origPhrase) throws IOException
suggest
in interface SpellTestCmdLine.SuggTester
IOException
public void close() throws IOException
close
in interface SpellTestCmdLine.SuggTester
IOException