Description Usage Arguments Value Examples
The number of syllables is the count of the number of stressed phonemes in the word.
1 | syllables_phonemes(phons)
|
phons |
Vector of phoneme strings e.g. c("K AE1 R IY0", "K EH1 R IY0") |
Integer vector of counts of syllables in each phoneme string.
1 2 | syllables_phonemes(phonemes("average", keep_stresses = TRUE))
syllables_phonemes(c("G R EY1 T", "F AE0 N T AE1 S T IH0 K"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.