From cbec29962e58f17ebe4f066e8268eac58dc8a5f7 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 8 Nov 2008 09:38:32 +0000 Subject: corrections in Attempto grammars --- examples/attempto/TestAttemptoFre.gf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'examples/attempto/TestAttemptoFre.gf') diff --git a/examples/attempto/TestAttemptoFre.gf b/examples/attempto/TestAttemptoFre.gf index 2bdfb2173..d8e281083 100644 --- a/examples/attempto/TestAttemptoFre.gf +++ b/examples/attempto/TestAttemptoFre.gf @@ -42,9 +42,9 @@ lin burger_N = mkkN "hamburger" ; lin earn_V2 = mkV2 "gagner" ; lin income_N = mkkN "revenu" ; lin england_PN = mkPN "Angleterre" ; -lin beginning_N = mkkN "debut" ; +lin beginning_N = mkkN "début" ; lin office_N = mkkN "bureau" ; -lin interested_A2 = mkA2 (mkA "interessé") dative ; +lin interested_A2 = mkA2 (mkA "interessé") (mkPrep "par") ; lin classroom_N = mkkN "classe" ; lin manually_Adv = mkAdv "manuellement" ; lin slot_N = mkkN "trou" ; @@ -75,6 +75,8 @@ lin mary_PN = mkPN "Mary" ; lin machine_N = mkkN "machine" ; lin correct_A = mkA "correct" ; +lin kilogram_Unit = mkkN "kilo" ; + oper mkkN : Str -> CN = \n -> mkCN (ParadigmsFre.mkN n) ; mkgN : Str -> Gender -> CN = \n,g -> mkCN (ParadigmsFre.mkN n g) ; -- cgit v1.2.3