mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
shall-should in Dictionary
This commit is contained in:
@@ -49455,13 +49455,13 @@ lin shotton_PN = mkPN "Shotton";
|
||||
lin shotts_PN = mkPN "Shotts";
|
||||
lin should_VV = {
|
||||
s = table {
|
||||
VVF VInf => ["be obliged to"] ;
|
||||
VVF VPres => "should" ;
|
||||
VVF VPPart => ["been obliged to"] ;
|
||||
VVF VPresPart => ["being obliged to"] ;
|
||||
VVF VPast => "shall" ;
|
||||
VVPastNeg => "shall not" ;
|
||||
VVPresNeg => "shouldn't"
|
||||
VVF VInf => ["have to"] ;
|
||||
VVF VPres => "shall" ;
|
||||
VVF VPPart => ["had to"] ;
|
||||
VVF VPresPart => ["having to"] ;
|
||||
VVF VPast => "should" ;
|
||||
VVPastNeg => "shouldn't" ;
|
||||
VVPresNeg => "shan't"
|
||||
} ;
|
||||
p = [] ;
|
||||
typ = VVAux
|
||||
|
||||
Reference in New Issue
Block a user