RiTa
index
Name getRandomWordWithSyllableCount()
Class RiLexicon
Description Returns a random word from the lexicon with the specified syllable-count or null if no such word exists.
Syntax
getRandomWordWithSyllableCount(syllableCount);
getRandomWordWithSyllableCount(pos, syllableCount);
Returns java.lang.String
Usage Web & Application
Related