[khmer] Simplify grammar some more
Numbers down (from 38): KHMER: 299090 out of 299124 tests passed. 34 failed (0.0113665%)
This commit is contained in:
parent
e13ee93731
commit
65795e3ca2
|
@ -57,7 +57,7 @@ n = ((ZWNJ?.RS)? (N.N?)?); # is_consonant_modifier
|
||||||
z = ZWJ|ZWNJ; # is_joiner
|
z = ZWJ|ZWNJ; # is_joiner
|
||||||
|
|
||||||
cn = c.ZWJ?.n?;
|
cn = c.ZWJ?.n?;
|
||||||
matra_group = z?.M.N?.Coeng?;
|
matra_group = z?.M.N?;
|
||||||
syllable_tail = (SM.SM?)? A{0,3}?;
|
syllable_tail = (SM.SM?)? A{0,3}?;
|
||||||
halant_group = Coeng;
|
halant_group = Coeng;
|
||||||
halant_or_matra_group = (matra_group*) (Coeng (cn|V))?;
|
halant_or_matra_group = (matra_group*) (Coeng (cn|V))?;
|
||||||
|
|
Loading…
Reference in New Issue