dmort27 / epitran

A tool for transcribing orthographic text as IPA (International Phonetic Alphabet)
MIT License
625 stars 120 forks source link

Is vie-Latn correct? #163

Open digitalheir opened 6 months ago

digitalheir commented 6 months ago

I noticed that commit 269326e214e7a87d82c68b57b7813665891f0936 added comment marks to epitran/data/pre/vie-Latn.txt.

If we pay close attention to the order of codepoints, it seems to me that the tone sign was mistakenly put before the comment character in the last lines:

% ̀ -> 0 / _
% ́ -> 0 / _
̃%  -> 0 / _
̉%  -> 0 / _
̣%  -> 0 / _

Shouldn't the whole line be commented with a % before the combining mark?