Syllabify: A package for doing tidy syllabification
syllabifyr.Rd
This is a package to do tidy syllabification of phonetic transcriptions. The syllabifier "maximizes onset". The algorithmic approach to this is adapted from Kyle Gorman's python implementation (https://github.com/kylebgorman/syllabify)
Functions
The key function is syllabify()
. Given a CMU transcription,
it will return a tibble. See ?syllabify()
for more info.
Also available is syllabify_list()
. This is a list representation
of the syllables. See ?syllabify_list()
for more info.