[USE] Fix Number clusters
The spec wrongly has "H" where "HN" is meant.
This commit is contained in:
parent
a9663958fe
commit
eb74535cc2
|
@ -115,8 +115,8 @@ vowel_cluster =
|
||||||
final_consonants
|
final_consonants
|
||||||
;
|
;
|
||||||
|
|
||||||
number_joiner_terminated_cluster = N VS? (H N VS?)* H;
|
number_joiner_terminated_cluster = N VS? (HN N VS?)* H;
|
||||||
numeral_cluster = N VS? (H N VS?)*;
|
numeral_cluster = N VS? (HN N VS?)*;
|
||||||
symbol_cluster = S VS? SMAbv* SMBlw*;
|
symbol_cluster = S VS? SMAbv* SMBlw*;
|
||||||
independent_cluster = (IND | O | Rsv | WJ) VS?;
|
independent_cluster = (IND | O | Rsv | WJ) VS?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue