RiTa
index
Name getRhymes()
Class RiLexicon
Description Returns the rhymes for a given word or null if none found

Two words rhyme if their final stressed vowel and all following phonemes are identical.

Syntax
getRhymes(input);
Returns java.lang.String[]
Usage Web & Application
Related