[Indic] End Vowel-based syllable at ZWJ
One Devanagari test regressed, plus 10 Malayalam (at 1545 now). Fixed 120 Sinhala failures. Now at 208 (0.0765136%).
This commit is contained in:
parent
34c215036f
commit
73d71cc527
|
@ -73,7 +73,7 @@ halant_or_matra_group = (final_halant_group | matra_group*);
|
||||||
|
|
||||||
|
|
||||||
consonant_syllable = Repha? (cn.halant_group){0,4} cn A? halant_or_matra_group? syllable_tail;
|
consonant_syllable = Repha? (cn.halant_group){0,4} cn A? halant_or_matra_group? syllable_tail;
|
||||||
vowel_syllable = reph? V.n? (halant_group.cn | ZWJ.cn){0,4} halant_or_matra_group? syllable_tail;
|
vowel_syllable = reph? V.n? (ZWJ | (halant_group.cn){0,4} halant_or_matra_group? syllable_tail);
|
||||||
standalone_cluster = reph? place_holder.n? (halant_group.cn){0,4} halant_or_matra_group? syllable_tail;
|
standalone_cluster = reph? place_holder.n? (halant_group.cn){0,4} halant_or_matra_group? syllable_tail;
|
||||||
other = any;
|
other = any;
|
||||||
|
|
||||||
|
|
|
@ -31,3 +31,4 @@
|
||||||
ස්ට්රේ
|
ස්ට්රේ
|
||||||
ග්යෙ
|
ග්යෙ
|
||||||
ර්ය්ය
|
ර්ය්ය
|
||||||
|
එඬේ
|
||||||
|
|
Loading…
Reference in New Issue