Description Usage Arguments Value Note Author(s) Examples
This function splits words into syllables by keeping only functional syllables, meaning that some of the vowels and consonents will be dropped. It is most useful when trying to count the number of syllables in words and dealing with words that are uncommon, misspelled, or even invented.
1 | syl_split(input)
|
input |
A string of words |
A list of syllables of each word in the string.
For words that are totally unusual and/or acronyms, this function may not work as expected.
Kevin Wang
1 | syl_split("The table in beside the chair.")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.