mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
genitives in possessives in Nor (and Scand)
This commit is contained in:
@@ -2,10 +2,8 @@ concrete ExtraNor of ExtraNorAbs = ExtraScandNor ** open CommonScand, ResNor, Pr
|
||||
|
||||
lin
|
||||
PossNP np pro = {
|
||||
s = table {
|
||||
NPPoss _ => np.s ! NPNom ++ pro.s ! NPPoss (gennumAgr np.a) ++ BIND ++ "s" ; ----
|
||||
_ => np.s ! NPNom ++ pro.s ! NPPoss (gennumAgr np.a)
|
||||
} ;
|
||||
s = \\c => np.s ! NPNom ++ pro.s ! NPPoss (gennumAgr np.a) (caseNP c) ;
|
||||
a = np.a
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
@@ -325,7 +325,7 @@ oper
|
||||
|
||||
makeNP : Str -> Str -> Number -> Gender -> NP ;
|
||||
makeNP x y n g =
|
||||
{s = table {NPPoss _ => x ; _ => y} ; a = agrP3 (ngen2gen g) n ;
|
||||
{s = table {NPPoss _ _ => x ; _ => y} ; a = agrP3 (ngen2gen g) n ;
|
||||
lock_NP = <>} ;
|
||||
|
||||
mk3A = mk3ADeg ; ---- (mkAdject a b c [] []) ** {isComp = False ; lock_A = <>} ;
|
||||
|
||||
@@ -74,7 +74,7 @@ concrete StructuralNor of Structural = CatNor **
|
||||
Sg => \\_,_ => genderForms ["den der"] ["det der"] ;
|
||||
Pl => \\_,_,_ => ["de der"]
|
||||
} ;
|
||||
det = DDef Indef
|
||||
det = DDef Def
|
||||
} ;
|
||||
there_Adv = ss "der" ;
|
||||
there7to_Adv = ss "dit" ;
|
||||
|
||||
Reference in New Issue
Block a user