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

ARPABETMapper generates phones that are not part of ARPABET #7

Open
nkaenzig-aifund opened this issue Aug 23, 2022 · 0 comments
Open

Comments

@nkaenzig-aifund
Copy link

The ARPABETMapper class seems to map some IPA phones to phones that are not part of ARPABET.
So far I've seen the following examples: {'EA', 'IA', 'OH', 'Q', 'UA'}

Code to reproduce:

from ipapy.arpabetmapper import ARPABETMapper
amapper = ARPABETMapper()
amapper.map_unicode_string('o' + 'ʔ', ignore=True, return_as_list=True)

# OUTPUT: ['OH', 'Q']
@nkaenzig-aifund nkaenzig-aifund changed the title ARPABETMapper generate phones that are not part of ARPABET ARPABETMapper generates phones that are not part of ARPABET Aug 23, 2022
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