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
IOExceptionpublic String[] suggest(String[] origPhrase)
throws IOException
suggest in interface SpellTestCmdLine.SuggTesterIOExceptionpublic void close()
throws IOException
close in interface SpellTestCmdLine.SuggTesterIOException