Preliminary ACIP->TMW support is in place. {DU} gives you something
less beautiful than what Jskad would give, so more work is needed.
This commit is contained in:
parent
1f4d53be2e
commit
045c4069c9
12 changed files with 355 additions and 64 deletions
|
@ -319,6 +319,16 @@ tstHelper("MSTAN"); // ambiguous with regard to prefix rules
|
|||
|
||||
|
||||
|
||||
tstHelper("KA'", "[(K . A), (' . )]",
|
||||
new String[] { "{KA}{'}" },
|
||||
new String[] { "{KA}{'}" },
|
||||
"{KA}{'}"); // DLC NOW
|
||||
|
||||
tstHelper("A'AAMA", "{A}{'}{AA}{MA}"); // FIXME: how should we parse this?
|
||||
|
||||
tstHelper("K+K+KA", "{K+}{K+}{KA}");
|
||||
|
||||
|
||||
|
||||
// If you're not careful, you'll think GGYES is a legal
|
||||
// Tibetan tsheg bar and parse it as {G}{G+YE}{S}. But it's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue