mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
heavy/light NP distinction in Ger to control the place of negation
This commit is contained in:
@@ -48,7 +48,7 @@ concrete CatGer of Cat =
|
||||
-- Noun
|
||||
|
||||
CN = {s : Adjf => Number => Case => Str ; g : Gender} ;
|
||||
NP = {s : PCase => Str ; a : Agr} ;
|
||||
NP = {s : PCase => Str ; a : Agr ; isPron : Bool} ;
|
||||
Pron = {s : NPForm => Str ; a : Agr} ;
|
||||
Det = {s,sp : Gender => PCase => Str ; n : Number ; a : Adjf} ;
|
||||
Quant = {
|
||||
|
||||
Reference in New Issue
Block a user