mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -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
|
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