summaryrefslogtreecommitdiff
path: root/examples/attempto/TestAttemptoFre.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-11-08 09:38:32 +0000
committeraarne <aarne@cs.chalmers.se>2008-11-08 09:38:32 +0000
commitcbec29962e58f17ebe4f066e8268eac58dc8a5f7 (patch)
tree8256dfd57b5ae2389595f2e3b7ae7935d86c2855 /examples/attempto/TestAttemptoFre.gf
parent4e921573f4ab33d955f895fcca60436e8b00ee78 (diff)
corrections in Attempto grammars
Diffstat (limited to 'examples/attempto/TestAttemptoFre.gf')
-rw-r--r--examples/attempto/TestAttemptoFre.gf6
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) ;