1
0
forked from GitHub/gf-rgl

clause working with vp

This commit is contained in:
aarne
2005-02-04 20:07:45 +00:00
parent 9dee30b9b8
commit e7f493fc7c
14 changed files with 60 additions and 25 deletions

View File

@@ -53,7 +53,7 @@ lincat
V = Verb ;
-- = {s : VForm => Str ; s1 : Particle}
VP = {s,s2 : Bool => SForm => Agr => Str ; isAux : Bool} ;
VPI = {s : Agr => Str ; s1 : Str} ; -- s1 is "not" or []
VPI = {s : VIForm => Agr => Str ; s1 : Str} ; -- s1 is "not" or []
V2 = TransVerb ;
-- = Verb ** {s3 : Preposition} ;
V3 = TransVerb ** {s4 : Preposition} ;