1
0
forked from GitHub/gf-rgl

some fixes to Wanjiku's list

This commit is contained in:
aarne
2005-08-09 20:30:45 +00:00
parent 4bb3e507aa
commit 8b506eca78
6 changed files with 16 additions and 16 deletions

View File

@@ -37,13 +37,13 @@ lincat
A = Adjective ;
-- = CommonNoun ;
A2 = Adjective ** {c : ComplCase} ;
A2 = Adjective ** {s3 : Str ; p : Bool ; c : ComplCase} ;
ADeg = {s : Degree => AForm => Str} ;
AP = {s : AdjPos => AForm => Str} ;
AS = Adjective ; --- "more difficult for him to come than..."
A2S = Adjective ** {c : ComplCase} ;
A2S = Adjective ** {s3 : Str ; p : Bool ; c : ComplCase} ;
AV = Adjective ;
A2V = Adjective ** {c : ComplCase} ;
A2V = Adjective ** {s3 : Str ; p : Bool ; c : ComplCase} ;
V = Verb1 ;
-- = {s : VForm => Str}