RiTa
index
Name getSyllables()
Class RiAnalyzer
Description Returns a String containing the phonemes for each syllable of each word of the input text, delimited by dashes (phonemes) and semi-colons (words), e.g., "dh-ax:d-ao-g:r-ae-n:f-ae-s-t" for the 4 syllables of the phrase 'The dog ran fast', or null if no text has been input.
Syntax
getSyllables();
Returns java.lang.String
Usage Web & Application
Related