mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Hun) in dLó: force E-harmony in plural, if stem has front vowels
This commit is contained in:
@@ -55,8 +55,11 @@ oper
|
||||
a : Str = case ló of {
|
||||
_ + ("ö" | "ő") => "e" ;
|
||||
_ + ("o" | "ó") => "a" } ;
|
||||
harmonyPlural : Harm = case ló of {
|
||||
_ + ("ö" | "ő") => H_e ; -- All plural allomorphs have E harmony, singular ones have O.
|
||||
_ + ("o" | "ó") => H_a } ;
|
||||
lova = lov + a ;
|
||||
nLova = mkNoun lova ;
|
||||
nLova = mkNounHarm harmonyPlural "k" lova ;
|
||||
nLó = mkNoun ló ;
|
||||
in {s = \\n,c => case <n,c> of {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user