@ProviderType
public interface Words
Modifier and Type | Method and Description |
---|---|
List<InvalidWord> |
checkSpelling(String text) |
List<String> |
getDictionaryList() |
Set<String> |
getDictionarySet() |
String |
getRandomWord() |
boolean |
isDictionaryWord(String word) |