1
0
forked from GitHub/gf-rgl

German CN Num construction

This commit is contained in:
aarne
2007-02-24 16:43:11 +00:00
parent 95884f5aa9
commit 300add98be

View File

@@ -16,7 +16,7 @@ lin
isPron = False isPron = False
} ; } ;
CNNumNP cn i = { CNNumNP cn i = {
s = \\c => cn.s ! Weak ! Sg ! Nom ++ i.s ; s = \\c => artDef (GSg cn.g) c ++ cn.s ! Weak ! Sg ! Nom ++ i.s ;
a = agrP3 Sg ; a = agrP3 Sg ;
isPron = False isPron = False
} ; } ;