From 918190f4cd57391abcad0e38b13b2e261960f65c Mon Sep 17 00:00:00 2001 From: "olga.caprotti" Date: Mon, 19 Apr 2010 15:23:33 +0000 Subject: [PATCH] olga_patch1 --- examples/phrasebook/WordsIta.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/phrasebook/WordsIta.gf b/examples/phrasebook/WordsIta.gf index 72e97aa5e..dae4b0288 100644 --- a/examples/phrasebook/WordsIta.gf +++ b/examples/phrasebook/WordsIta.gf @@ -69,7 +69,7 @@ lin -- nationalities - Belgian = mkA "belgo" ; + Belgian = mkA "belga" ; Belgium = mkNP (mkPN "Belgio") ; English = mkNat "inglese" "Inghilterra" ; Finnish = mkNat "finlandese" "Finlandia" ; @@ -124,9 +124,9 @@ lin -- Building phrases from strings is complicated: the solution is to use -- mkText : Text -> Text -> Text ; - PSeeYou d = mkText (lin Text (ss ("arrivederci"))) (mkPhrase (mkUtt d)) ; + PSeeYou d = mkText (lin Text (ss ("ci vediamo"))) (mkPhrase (mkUtt d)) ; PSeeYouPlace p d = - mkText (lin Text (ss ("arrivederci"))) + mkText (lin Text (ss ("ci vediamo"))) (mkText (mkPhrase (mkUtt p.at)) (mkPhrase (mkUtt d))) ; -- Relations are expressed as "my wife" or "the wife of my son", as defined by $xOf$