This commit is contained in:
ramona.enache
2010-04-26 09:32:05 +00:00
parent 6a74da7753
commit 97c2575f0f
5 changed files with 24 additions and 8 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 ;