mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Hun) Pl nouns wit P3 Sg possessor: fix also in other cases than Nom
This commit is contained in:
@@ -58,6 +58,7 @@ oper
|
|||||||
-- possessive suffix e.g. "their cats-3pl" is just k. not uk/ük
|
-- possessive suffix e.g. "their cats-3pl" is just k. not uk/ük
|
||||||
suf = case <det.n,st> of {
|
suf = case <det.n,st> of {
|
||||||
<Pl,dSg_rP3 Pl> => "k" ;
|
<Pl,dSg_rP3 Pl> => "k" ;
|
||||||
|
<Pl,dSg_rP3 Sg> => "" ;
|
||||||
_ => det.poss ! cn.h
|
_ => det.poss ! cn.h
|
||||||
} ;
|
} ;
|
||||||
in case <cas,det.n,st> of {
|
in case <cas,det.n,st> of {
|
||||||
|
|||||||
Reference in New Issue
Block a user