mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -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 shotts_PN = mkPN "Shotts";
|
||||||
lin should_VV = {
|
lin should_VV = {
|
||||||
s = table {
|
s = table {
|
||||||
VVF VInf => ["be obliged to"] ;
|
VVF VInf => ["have to"] ;
|
||||||
VVF VPres => "should" ;
|
VVF VPres => "shall" ;
|
||||||
VVF VPPart => ["been obliged to"] ;
|
VVF VPPart => ["had to"] ;
|
||||||
VVF VPresPart => ["being obliged to"] ;
|
VVF VPresPart => ["having to"] ;
|
||||||
VVF VPast => "shall" ;
|
VVF VPast => "should" ;
|
||||||
VVPastNeg => "shall not" ;
|
VVPastNeg => "shouldn't" ;
|
||||||
VVPresNeg => "shouldn't"
|
VVPresNeg => "shan't"
|
||||||
} ;
|
} ;
|
||||||
p = [] ;
|
p = [] ;
|
||||||
typ = VVAux
|
typ = VVAux
|
||||||
|
|||||||
Reference in New Issue
Block a user