1
0
forked from GitHub/gf-core

olga_patch1

This commit is contained in:
olga.caprotti
2010-04-19 15:23:33 +00:00
parent d4be36d218
commit 918190f4cd

View File

@@ -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$