powered by
Uses a simplified vowel-based algorithm.
syllabify(word)
Character vector of syllables
Character. Word to syllabify
syllabify("hello") # c("hel", "lo") syllabify("coverage") # c("cov", "er", "age")
Run the code above in your browser using DataLab