This commit is contained in:
ramona.enache
2010-04-26 09:32:05 +00:00
parent 98555ed6b3
commit 9f5b6ad8d9
7 changed files with 44 additions and 26 deletions

View File

@@ -47,7 +47,8 @@ concrete CatRon of Cat =
-- Noun
CN = {s : Number => Species => ACase => Str; g : NGender; a : Animacy ; isComp : Bool} ;
CN = {s : Number => Species => ACase => Str; g : NGender;
a : Animacy; isComp : Bool; needsRefForm : Bool} ;
Pron = {s : NCase => Str ;
c1, c2 : Clitics => Str ;