mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
adjusting German negation place for some indefinite determiners; this is difficult and not yet conclusive
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user