heavy NP distinction in Dutch like in German

This commit is contained in:
aarne
2010-05-29 10:19:32 +00:00
parent ebb393d4b1
commit 510e1118a9
5 changed files with 34 additions and 18 deletions

View File

@@ -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} ;