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" ;

View File

@@ -33060,7 +33060,8 @@ fun maxine_PN : PN;
fun maxwell_N : N;
fun may_N : N;
fun may_PN : PN;
fun may_VV : VV;
fun may_1_VV : VV; -- be possible
fun may_2_VV : VV; -- be allowed
fun may_beetle_N : N;
fun may_bug_N : N;
fun mayapple_N : N;