I noticed that commit 269326e 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?
I noticed that commit 269326e 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:
Shouldn't the whole line be commented with a
%before the combining mark?