Description Usage Arguments Details Value See Also Examples
depending on the parameters, it'll either give back a string of numbers, or a
1 2 3 4 | getStructure(
sentence = "Damn that Little Mouse cause i'm the Albatross",
explain = FALSE
)
|
sentence |
text to parse, Default: 'Damn that Little Mouse cause i'm the Albatross' |
explain |
if FALSE, just returns the syllable intonation, if TRUE, will return the input sentence with the corresponding syllable numbers, Default: FALSE |
DETAILS
Will give you a list of 0, 1, 2 depending on where the emphasis falls on each syllable.
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.