Class |
RiTa |
||
---|---|---|---|
Name |
syllables |
||
Description | Analyzes the input and returns a string containing the phonemes for each syllable of each word of the input text, delimited by dashes (phonemes) and spaces (words) | ||
Example |
RiTa.syllables("apple"); // returns -> ae/p-ah-l |
||
Parameters |
|
||
Returns |
|
||
Related | RiTa.analyze() | ||
Syntax |
RiTa.syllables(word); |
||
Platform | Java / JavaScript | ||