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

Palatalized consonants as separate phone #10

Open
valericus opened this issue Feb 14, 2022 · 0 comments
Open

Palatalized consonants as separate phone #10

valericus opened this issue Feb 14, 2022 · 0 comments

Comments

@valericus
Copy link

I'm trying to use your awesome library for some language investigation, and faced with a problem with palatalized consonants.

Your library thinks about ʲ (\u02B2, IPA number 421) as about separate phone. But as far as I understand it should be thought as diacritic symbol that marks base consonant as palatalized one. So correct output for
>>> Pronunciation.from_string('konʲ').phones
is not
[k, o, n, ʲ]
but
[k, o, nʲ]

Kindly let me know if my assumption is correct (I'm not a linguist, and probably understand IPA in a wrong way), and I'll make you a pull request to fix that.

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