mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
comparative adverbs generalized to cover more of Attempto
This commit is contained in:
@@ -52,7 +52,7 @@ lin patiently_Adv = mkAdv "t
|
||||
lin course_N = mkCN (mkN "kurs" "kurser") ;
|
||||
lin carefully_Adv = mkAdv "försiktigt" ;
|
||||
lin time_N = mkCN (mkN "tid" "tider") ;
|
||||
lin believe_V = mkV "tro" ;
|
||||
lin believe_VS = mkVS (mkV "tro") ;
|
||||
lin seriously_Adv = mkAdv "seriöst" ;
|
||||
lin clerk_N = mkCN (mkN "kontorist" "kontorister") ;
|
||||
lin screen_N = mkkN "skärm" neutrum ;
|
||||
@@ -63,7 +63,7 @@ lin automated_teller_N = mkCN (mkN "automat" "automater") ;
|
||||
lin reject_V2 = mkV2 "förkasta" ;
|
||||
lin accept_V2 = mkV2 "acceptera" ;
|
||||
lin type_V2 = mkV2 skriva_V ; ----
|
||||
lin know_V = veta_V ;
|
||||
lin know_VS = mkVS veta_V ;
|
||||
lin manager_N = mkCN (mkN "chef" "chefer") ;
|
||||
lin oversleep_V = mkV "försova" "försov" "försovit" ;
|
||||
lin valid_A = mkA "giltig" ;
|
||||
|
||||
Reference in New Issue
Block a user