Interface DictionaryHolder
-
- All Known Implementing Classes:
HunspellDictionaryHolder
public interface DictionaryHolder
- Author:
- Thierry Delprat
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRandomWord()
int
getWordCount()
void
init()
-
-
-
Method Detail
-
getWordCount
int getWordCount()
-
getRandomWord
String getRandomWord()
-
init
void init() throws IOException
- Throws:
IOException
-
-