adjusting German negation place for some indefinite determiners; this is difficult and not yet conclusive

This commit is contained in:
aarne
2012-05-28 09:17:19 +00:00
parent 5014c38e6d
commit 6dfd337568
5 changed files with 22 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ concrete CatGer of Cat =
CN = {s : Adjf => Number => Case => Str ; g : Gender} ;
NP = {s : PCase => Str ; a : Agr ; isPron : Bool} ;
Pron = {s : NPForm => Str ; a : Agr} ;
Det = {s,sp : Gender => PCase => Str ; n : Number ; a : Adjf} ;
Det = {s,sp : Gender => PCase => Str ; n : Number ; a : Adjf ; isDef : Bool} ;
Quant = {
s : Bool => Number => Gender => PCase => Str ;
sp : Number => Gender => PCase => Str ;