Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phonemes can have hyphens in them, causing misalignment with syllables_data_extractor and timitsounds_converter #7

Open
emilyps14 opened this issue Sep 30, 2020 · 0 comments

Comments

@emilyps14
Copy link
Contributor

For example, the sentence: mjmm0_si625.phn "A tiny handful never did make the concert", has a "ax-h" phoneme in the last "the" (see https://catalog.ldc.upenn.edu/docs/LDC93S1/PHONCODE.TXT)

At the syllable level , syllables_data_extractor concatenates phonemes using '-'.join() and timitsounds_converter splits them apart with <string>.split('-'). But this causes the "ax-h" phoneme to be split in two, messing up the alignment between the syllables and the phonemes.

bendichter added a commit that referenced this issue Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant