mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
genitives in possessives in Nor (and Scand)
This commit is contained in:
@@ -340,7 +340,7 @@ oper
|
||||
|
||||
makeNP : Str -> Str -> Number -> Gender -> NP ;
|
||||
makeNP x y n g =
|
||||
{s = table {NPPoss _ => x ; _ => y} ; a = agrP3 g n ;
|
||||
{s = table {NPPoss _ _ => x ; _ => y} ; a = agrP3 g n ;
|
||||
lock_NP = <>} ;
|
||||
|
||||
mk3A = mk3ADeg ;
|
||||
|
||||
Reference in New Issue
Block a user