1
0
forked from GitHub/gf-rgl

(Hun) DetNP inherits the definiteness of the determiner

This commit is contained in:
Inari Listenmaa
2020-06-04 07:39:17 +02:00
parent eefefbf792
commit dd74c90d82

View File

@@ -72,6 +72,7 @@ concrete NounHun of Noun = CatHun ** open
-- : Det -> NP ;
DetNP det = emptyNP ** det ** {
s = \\p => det.sp ;
objdef = dt2objdef det.dt ;
agr = <P3,det.n> ;
} ;