From 3ff57f6184963acde7f3cc2dcf0638c0e819929a Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 15 Nov 2008 11:19:10 +0000 Subject: comparative adverbs generalized to cover more of Attempto --- examples/attempto/TestAttemptoFre.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/attempto/TestAttemptoFre.gf') diff --git a/examples/attempto/TestAttemptoFre.gf b/examples/attempto/TestAttemptoFre.gf index d8e281083..3c2f0fcdd 100644 --- a/examples/attempto/TestAttemptoFre.gf +++ b/examples/attempto/TestAttemptoFre.gf @@ -52,7 +52,7 @@ lin patiently_Adv = mkAdv "patiemment" ; lin course_N = mkkN "cours" ; lin carefully_Adv = mkAdv "soigneusement" ; lin time_N = mkkN "temps" ; -lin believe_V = mkV croire_V2 ; +lin believe_VS = mkVS (mkV croire_V2) ; lin seriously_Adv = mkAdv "sérieusement" ; lin clerk_N = mkkN "employé" ; lin screen_N = mkkN "écran" ; @@ -63,7 +63,7 @@ lin automated_teller_N = mkgN "automate" masculine ; lin reject_V2 = mkV2 "rejeter" ; lin accept_V2 = mkV2 "accepter" ; lin type_V2 = mkV2 "taper" ; -lin know_V = mkV savoir_V2 ; +lin know_VS = mkVS (mkV savoir_V2) ; lin manager_N = mkkN "directeur" ; lin oversleep_V = mkV dormir_V2 ; ---- lin valid_A = mkA "valide" ; -- cgit v1.2.3