[khmer] Drop some more

This commit is contained in:
Behdad Esfahbod 2018-01-05 17:46:49 +00:00
parent efefd87f33
commit 5278265853
1 changed files with 1 additions and 1 deletions

View File

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