added VV category

This commit is contained in:
krasimir
2008-02-28 14:59:02 +00:00
parent 750ecf1ee3
commit 52b2d9e728
5 changed files with 40 additions and 31 deletions

View File

@@ -100,6 +100,7 @@ concrete CatBul of Cat = open ResBul, Prelude, (R = ParamX) in {
V, VS, VQ, VA = Verb ;
V2, V2A = Verb ** {c2 : Preposition} ;
V3 = Verb ** {c2, c3 : Preposition} ;
VV = Verb ;
A = {s : AForm => Str} ;
A2 = {s : AForm => Str ; c2 : Str} ;