Class |
RiTa
|
Name |
stresses
|
Description |
Analyzes the input and returns a new string containing the stresses for each syllable of the input text |
Example |
RiTa.stresses("apple"); // returns -> 1/0
|
Parameters |
String | text to analyze |
---|
Object (or Map in Java) | (optional) options, please see analyze() for details |
---|
|
Returns |
String | e.g., '1/0/1', with 1's meaning 'stressed', and 0's meaning 'unstressed', |
---|
|
Related |
tmp_related |
Note |
tmp_note |
Syntax |
RiTa.stresses(word);
|
Constants |
tmp_relatedConstants
|
Platform |
Java / JavaScript |
|
|