diff options
| author | olga.caprotti <olga.caprotti@gmail.com> | 2010-04-19 15:23:33 +0000 |
|---|---|---|
| committer | olga.caprotti <olga.caprotti@gmail.com> | 2010-04-19 15:23:33 +0000 |
| commit | 918190f4cd57391abcad0e38b13b2e261960f65c (patch) | |
| tree | fceeb0278e8e624dac25c530ece923d51e62c5bc | |
| parent | d4be36d21871cc40a934e1ea0813f221ab130d8f (diff) | |
olga_patch1
| -rw-r--r-- | examples/phrasebook/WordsIta.gf | 6 |
1 files 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$ |
