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.
I've noticed that the outputted tones of IPA transliterations is not consistent with the mappings in
vie-Latn.csv:This was also observed in this issue.