Skip to content

ARPABETMapper generates phones that are not part of ARPABET #7

@nkaenzig-aifund

Description

@nkaenzig-aifund

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']

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions