1
0
forked from GitHub/gf-rgl

Clause as restructuring of Verbphrase

This commit is contained in:
aarne
2005-02-17 12:56:57 +00:00
parent f3be40ea0c
commit 15e57a2cef
13 changed files with 165 additions and 91 deletions

View File

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