org.apache.lucene.spelt
Interface SpellTestCmdLine.SuggTester

All Known Implementing Classes:
SpellTestCmdLine.SpeltSuggTester
Enclosing class:
SpellTestCmdLine

private static interface SpellTestCmdLine.SuggTester

Generic strategy for testing spelling suggestion algorithms


Method Summary
 void close()
           
 String[] suggest(String[] origPhrase)
           
 

Method Detail

suggest

String[] suggest(String[] origPhrase)
                 throws IOException
Throws:
IOException

close

void close()
           throws IOException
Throws:
IOException