Correct the list of three-letter-root-rule exceptions (nangs->mangs).
Add tests for Chris Fynn's list of difficult non-exceptions. These motivated by fix to SF bug #793596.
This commit is contained in:
parent
4bebad8082
commit
29621f5716
1 changed files with 6 additions and 3 deletions
|
@ -95,7 +95,6 @@ gyurd
|
||||||
ga*ra
|
ga*ra
|
||||||
ha_sa
|
ha_sa
|
||||||
gangs
|
gangs
|
||||||
mngas
|
|
||||||
'gram
|
'gram
|
||||||
la'i
|
la'i
|
||||||
a'i
|
a'i
|
||||||
|
@ -114,8 +113,12 @@ khe'i
|
||||||
'ag
|
'ag
|
||||||
'ad
|
'ad
|
||||||
|
|
||||||
// The exceptions to the three-letter root rule
|
// The exceptions to the three-letter root rule (that the second letter is normally the root):
|
||||||
rags lags nags bags bangs gangs rangs langs nangs sangs babs rabs rams nams
|
rags lags nags bags bangs gangs rangs langs mangs sangs babs rabs rams nams
|
||||||
|
|
||||||
|
// From Chris Fynn's list of three-letter root ambiguities (see SourceForge bug #614464),
|
||||||
|
// these are the ones not covered above:
|
||||||
|
dgas 'gas dngas gnad mnad dbas 'bas mags dmas
|
||||||
|
|
||||||
// This is my old root-letter-capitalization and pronunciation test suite.
|
// This is my old root-letter-capitalization and pronunciation test suite.
|
||||||
// It's should also be good for tickling conversion bugs.
|
// It's should also be good for tickling conversion bugs.
|
||||||
|
|
Loading…
Reference in a new issue