This commit is contained in:
ra.monique
2009-12-14 11:58:15 +00:00
parent 7a449030b0
commit bb0bac0310
8 changed files with 112 additions and 71 deletions

View File

@@ -8,7 +8,7 @@ concrete CatRon of Cat =
lincat
lincat
-- Tensed/Untensed
@@ -47,7 +47,7 @@ concrete CatRon of Cat =
-- Noun
CN = {s : Number => Species => ACase => Str; g : NGender; a : Animacy } ;
CN = {s : Number => Species => ACase => Str; g : NGender; a : Animacy ; isComp : Bool} ;
Pron = {s : NCase => Str ;
c1, c2 : Clitics => Str ;
@@ -162,3 +162,4 @@ conjThan : Str = "dec
conjThat : Str = "cã" ;
}