mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 14:12:51 -06:00
heavy NP distinction in Dutch like in German
This commit is contained in:
@@ -44,7 +44,7 @@ concrete CatDut of Cat =
|
||||
-- Noun
|
||||
|
||||
CN = {s : Adjf => NForm => Str ; g : Gender} ;
|
||||
NP = {s : NPCase => Str ; a : Agr} ;
|
||||
NP = {s : NPCase => Str ; a : Agr ; isPron : Bool} ;
|
||||
Pron = Pronoun ;
|
||||
|
||||
Det = {s,sp : Gender => Str ; n : Number ; a : Adjf} ;
|
||||
|
||||
Reference in New Issue
Block a user