forked from GitHub/gf-rgl
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:
+14
-1
@@ -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" ;
|
||||
|
||||
Reference in New Issue
Block a user