public class WordsImpl
extends Object
implements com.liferay.portal.kernel.words.Words
Constructor and Description |
---|
WordsImpl() |
Modifier and Type | Method and Description |
---|---|
List<com.liferay.portal.kernel.jazzy.InvalidWord> |
checkSpelling(String text) |
List<String> |
getDictionaryList() |
Set<String> |
getDictionarySet() |
String |
getRandomWord() |
boolean |
isDictionaryWord(String word) |
public List<com.liferay.portal.kernel.jazzy.InvalidWord> checkSpelling(String text)
checkSpelling
in interface com.liferay.portal.kernel.words.Words
public List<String> getDictionaryList()
getDictionaryList
in interface com.liferay.portal.kernel.words.Words
public Set<String> getDictionarySet()
getDictionarySet
in interface com.liferay.portal.kernel.words.Words
public String getRandomWord()
getRandomWord
in interface com.liferay.portal.kernel.words.Words
public boolean isDictionaryWord(String word)
isDictionaryWord
in interface com.liferay.portal.kernel.words.Words