Skip to content

Incorrect tone outputs for vie-Latn #222

Description

@jade-bejide

I've noticed that the outputted tones of IPA transliterations is not consistent with the mappings in vie-Latn.csv:

>>> epi.transliterate("iã")
'ʔiə˧' # should be 'ʔiə˧˥'
>>> epi.transliterate("iá")
'ʔiə˧' # as expected
>>> epi.transliterate("iạ")
'ʔiə˧' # should be 'ʔiə˧˩'
>>> epi.transliterate("oão")
'waw˧' # should be 'waw˧˥'
>>> epi.transliterate("oãy")
'wăj˧' # should be 'wăj˧˥'

This was also observed in this issue.

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