1
0
forked from GitHub/gf-rgl

resources and new instantiation syntax

This commit is contained in:
aarne
2005-02-04 19:17:57 +00:00
parent 37430796a7
commit 9dee30b9b8
34 changed files with 1115 additions and 471 deletions

View File

@@ -35,8 +35,7 @@ lincat
-- = {s : VerbForm => Str ; s1 : Str} ;
VP = {s : SForm => Str ; s2 : Bool => Str ;
s3 : SForm => Gender => Number => Person => Str} ;
VPI = {s : Str ; s2 : Str ;
s3 : Gender => Number => Person => Str} ;
VPI = {s : VIForm => Gender => Number => Person => Str} ;
V2 = TransVerb ;
-- = Verb ** {s2 : Preposition} ;
V3 = TransVerb ** {s3 : Preposition} ;