mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Hun) DetNP inherits the definiteness of the determiner
This commit is contained in:
@@ -72,6 +72,7 @@ concrete NounHun of Noun = CatHun ** open
|
|||||||
-- : Det -> NP ;
|
-- : Det -> NP ;
|
||||||
DetNP det = emptyNP ** det ** {
|
DetNP det = emptyNP ** det ** {
|
||||||
s = \\p => det.sp ;
|
s = \\p => det.sp ;
|
||||||
|
objdef = dt2objdef det.dt ;
|
||||||
agr = <P3,det.n> ;
|
agr = <P3,det.n> ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user