mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
substantival IndefArt in Ger (einer, eines, eine); DetNPMasc and DetNPFem in Extra
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user