forked from GitHub/gf-core
comparative adverbs generalized to cover more of Attempto
This commit is contained in:
@@ -53,7 +53,7 @@ lin patiently_Adv = mkAdv "patiently" ;
|
||||
lin course_N = mkkN "course" ;
|
||||
lin carefully_Adv = mkAdv "carefully" ;
|
||||
lin time_N = mkkN "time" ;
|
||||
lin believe_V = mkV "believe" ;
|
||||
lin believe_VS = mkVS (mkV "believe") ;
|
||||
lin seriously_Adv = mkAdv "seriously" ;
|
||||
lin clerk_N = mkkN "clerk" ;
|
||||
lin screen_N = mkkN "screen" ;
|
||||
@@ -64,7 +64,7 @@ lin automated_teller_N = mkkN "automated" ;
|
||||
lin reject_V2 = mkV2 "reject" ;
|
||||
lin accept_V2 = mkV2 "accept" ;
|
||||
lin type_V2 = mkV2 "type" ;
|
||||
lin know_V = IrregEng.know_V ;
|
||||
lin know_VS = mkVS IrregEng.know_V ;
|
||||
lin manager_N = mkkN "manager" ;
|
||||
lin oversleep_V = mkV "oversleep" "overslept" "overslept" ;
|
||||
lin valid_A = mkA "valid" ;
|
||||
|
||||
Reference in New Issue
Block a user