[Indic] Streamline halant/joiner in grammar

This commit is contained in:
Behdad Esfahbod 2012-07-18 15:05:40 -04:00
parent 418d00dffd
commit ca4e3d3eab
1 changed files with 3 additions and 3 deletions

View File

@ -69,9 +69,9 @@ place_holder = NBSP | DOTTEDCIRCLE;
halant_group = (h.z?|z.h);
consonant_syllable = Repha? (cn halant_group)* cn A? (h.z? | matra_group*)? syllable_tail;
vowel_syllable = reph? V.n? (z?.h.cn | ZWJ.cn)* matra_group* syllable_tail;
standalone_cluster = reph? place_holder.n? (z? h.cn)* matra_group* syllable_tail;
consonant_syllable = Repha? (cn.halant_group)* cn A? (halant_group | matra_group*)? syllable_tail;
vowel_syllable = reph? V.n? (halant_group.cn | ZWJ.cn)* matra_group* syllable_tail;
standalone_cluster = reph? place_holder.n? (halant_group.cn)* matra_group* syllable_tail;
other = any;
main := |*