diff options
Diffstat (limited to 'examples/attempto/TestAttemptoFre.gf')
| -rw-r--r-- | examples/attempto/TestAttemptoFre.gf | 6 |
1 files changed, 4 insertions, 2 deletions
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) ; |
