[khmer] Relax!

Apparently we don't use OT_A either.
This commit is contained in:
Behdad Esfahbod 2018-01-05 18:09:29 +00:00
parent db0207baff
commit 66d7beff96
1 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,6 @@ ZWNJ = 5;
ZWJ = 6;
M = 7;
SM = 8;
A = 10;
PLACEHOLDER = 11;
DOTTEDCIRCLE = 12;
RS = 13;
@ -58,7 +57,7 @@ z = ZWJ|ZWNJ; # is_joiner
cn = c.n?;
matra_group = z?.M.N?;
syllable_tail = (SM.SM?)? A{0,3}?;
syllable_tail = (SM.SM?)?;
broken_cluster = n? (Coeng.cn)* matra_group* (Coeng.cn)? syllable_tail;