cleand up VPI

This commit is contained in:
aarne
2005-01-24 20:32:28 +00:00
parent e73455bd81
commit c4967ccd5a
5 changed files with 25 additions and 33 deletions

View File

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