mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
(Hun) Fix case forms after P3 Sg possessive suffix
This commit is contained in:
@@ -429,7 +429,8 @@ oper
|
||||
} ;
|
||||
|
||||
|
||||
-- This is used in ResHun.caseFromStem, not here.
|
||||
-- This is used in ResHun.caseFromStem, which makes NP out of CN.
|
||||
-- Ns only have stems, and these forms are attached to the stems.
|
||||
|
||||
endCase : Case -> HarmForms = \c -> case c of {
|
||||
Nom => harm1 [] ;
|
||||
@@ -453,4 +454,12 @@ oper
|
||||
-- Tem => harm1 "kor" -- Temporal 'at <numeral>'. Only used with numerals.
|
||||
} ;
|
||||
|
||||
endCasePossVow : Case -> HarmForms = \c -> case c of {
|
||||
Acc => harm1 "t" ;
|
||||
Sup => harm1 "n" ;
|
||||
Tra => harm "vá" "vé" ;
|
||||
Ins => harm "val" "vel" ;
|
||||
_ => endCase c
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user