[khmer] Limit number of joiners

This commit is contained in:
Behdad Esfahbod 2018-01-05 17:59:43 +00:00
parent 574e42e1cf
commit a71c7eb2ca
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ n = ((ZWNJ?.RS)? (N.N?)?); # is_consonant_modifier
z = ZWJ|ZWNJ; # is_joiner
cn = c.ZWJ?.n?;
matra_group = z{0,3}.M.N?.Coeng?;
matra_group = z?.M.N?.Coeng?;
syllable_tail = (SM.SM?)? A{0,3}?;
halant_group = Coeng;
halant_or_matra_group = (matra_group*) (Coeng (cn|V))?;