提交 efefd87f 编写于 作者: B Behdad Esfahbod

[khmer] Drop some more grammar

上级 82e6bf8e
...@@ -60,7 +60,7 @@ cn = c.ZWJ?.n?; ...@@ -60,7 +60,7 @@ 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 = (z?.Coeng.(ZWJ.N?)?);
halant_or_matra_group = (halant_group | matra_group{0,4}) (Coeng (cn|V))?; halant_or_matra_group = (matra_group{0,4}) (Coeng (cn|V))?;
consonant_syllable = (c|V|PLACEHOLDER|DOTTEDCIRCLE).n? (halant_group.cn){0,4} halant_or_matra_group syllable_tail; consonant_syllable = (c|V|PLACEHOLDER|DOTTEDCIRCLE).n? (halant_group.cn){0,4} halant_or_matra_group syllable_tail;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册