substantival IndefArt in Ger (einer, eines, eine); DetNPMasc and DetNPFem in Extra

This commit is contained in:
aarne
2012-04-10 20:50:50 +00:00
parent 840f982fd4
commit 836bcfa4f7
3 changed files with 15 additions and 3 deletions

View File

@@ -35,4 +35,15 @@ concrete ExtraGer of ExtraGerAbs = CatGer **
IAdvAdv adv = {s = "wie" ++ adv.s} ;
DetNPMasc det = {
s = \\c => det.sp ! Masc ! c ; ---- genders
a = agrP3 det.n ;
isPron = False
} ;
DetNPFem det = {
s = \\c => det.sp ! Fem ! c ; ---- genders
a = agrP3 det.n ;
isPron = False
} ;
}