-
Notifications
You must be signed in to change notification settings - Fork 2
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
dialect-specific allophones #9
Comments
Hi, thanks for pointing this out! As far as I can remember, a quirk with PHOIBLE is that one language can have the same phone several times with different allophones, which messes with other functionality in this library. For example, for "eng", the output with allophones is this
While it might be a bit messy, do you think Otherwise I might turn I'm leaning towards the first, since most users probably don't expect the same phone to appear several times for a given language. Merging all the allophone lists would be another possibility, but this obfuscates the original data and could lead to unexpected results - in truth the different lists are just compiled by different linguists (I think). |
Also thanks for pointing out the warning, this will be fixed for 0.0.5 (see #11) |
Hm, I see. It is probably due to merging multiple dialects into a language, since each dialect could have different allophones for the same given phoneme... Another solution could be merging all the allophones into a single phone. These could be separated if the |
For now I pushed a hotfix with |
Hello again.
I found no allophones are being loaded, although marked as default in
__init__
ofPHOIBLE
(allophone_column='Allophones'
).I checked it in all phonemes:
I might be missing something, though...
I am using version 0.0.4
I am also having this warning, btw:
Thanks in advance!
The text was updated successfully, but these errors were encountered: