(Hun) Pl nouns wit P3 Sg possessor: fix also in other cases than Nom

This commit is contained in:
Inari Listenmaa
2020-04-24 16:51:27 +02:00
parent 6ab883705b
commit 346360d54a

View File

@@ -58,6 +58,7 @@ oper
-- possessive suffix e.g. "their cats-3pl" is just k. not uk/ük
suf = case <det.n,st> of {
<Pl,dSg_rP3 Pl> => "k" ;
<Pl,dSg_rP3 Sg> => "" ;
_ => det.poss ! cn.h
} ;
in case <cas,det.n,st> of {