[khmer] Drop another joiner

This commit is contained in:
Behdad Esfahbod 2018-01-05 18:06:00 +00:00
parent 90affe831f
commit db0207baff
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ c = (C | Ra | V); # is_consonant
n = ((ZWNJ?.RS)? (N.N?)?); # is_consonant_modifier
z = ZWJ|ZWNJ; # is_joiner
cn = c.ZWJ?.n?;
cn = c.n?;
matra_group = z?.M.N?;
syllable_tail = (SM.SM?)? A{0,3}?;