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

[USE] Fix Number clusters

The spec wrongly has "H" where "HN" is meant.
上级 a9663958
......@@ -115,8 +115,8 @@ vowel_cluster =
final_consonants
;
number_joiner_terminated_cluster = N VS? (H N VS?)* H;
numeral_cluster = N VS? (H N VS?)*;
number_joiner_terminated_cluster = N VS? (HN N VS?)* H;
numeral_cluster = N VS? (HN N VS?)*;
symbol_cluster = S VS? SMAbv* SMBlw*;
independent_cluster = (IND | O | Rsv | WJ) VS?;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册