mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 22:09:32 -06:00
PossNP in Dut
This commit is contained in:
@@ -179,4 +179,9 @@ concrete NounDut of Noun = CatDut ** open ResDut, Prelude in {
|
||||
isMod = cn.isMod
|
||||
} ;
|
||||
|
||||
PossNP cn np = {
|
||||
s = \\a,nc => cn.s ! a ! nc ++ "van" ++ np.s ! NPNom ;
|
||||
g = cn.g
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user