split may_VV into may_1_VV (be possible) and may_2_VV (be allowed); not yet in Bul, Hin

This commit is contained in:
aarne
2013-12-12 12:35:44 +00:00
parent bc787ece75
commit c2f1c599d1
7 changed files with 27 additions and 6 deletions

View File

@@ -33094,7 +33094,20 @@ lin maxine_PN = mkPN "Maxine";
lin maxwell_N = mkN "maxwell" ;
lin may_N = mkN "May" "Mays";
lin may_PN = mkPN "May";
lin may_VV = {
lin may_1_VV = {
s = table {
VVF VInf => ["be possible to"] ;
VVF VPres => "may" ;
VVF VPPart => ["been possible to"] ;
VVF VPresPart => ["being possible to"] ;
VVF VPast => "might" ;
VVPastNeg => "mightn't" ;
VVPresNeg => "may not"
} ;
p = [] ;
typ = VVAux
} ;
lin may_2_VV = {
s = table {
VVF VInf => ["be allowed to"] ;
VVF VPres => "may" ;