quadrismegistus / prosodic

Prosodic: a metrical-phonological parser, written in Python. For English and Finnish, with flexible language support.
http://quadrismegistus.github.io/prosodic/
GNU General Public License v3.0
277 stars 43 forks source link

english: Use new unicode-ipa-syls to keep syllable boundaries #12

Closed andrewchidden closed 5 years ago

andrewchidden commented 5 years ago

Previously, parsing eSpeak-generated TTS phonemes using lexconvert would remove syllable boundaries. ssb22 has updated lexconvert to address this issue, see https://github.com/ssb22/lexconvert/issues/1

This PR updates Prosodic to use the new conversion provided by lexconvert.

quadrismegistus commented 5 years ago

Wow, thanks for figuring this out! This has been a pesky bug for a while now!