Olga's etc corrections in Phrasebook

This commit is contained in:
aarne
2010-03-31 14:58:32 +00:00
parent d83c2d01d8
commit fb0f77b6f1
9 changed files with 20 additions and 15 deletions

View File

@@ -1,7 +1,12 @@
--# -path=.:present --# -path=.:present
concrete DisambPhrasebookEng of Phrasebook = PhrasebookEng - concrete DisambPhrasebookEng of Phrasebook = PhrasebookEng -
[YouFam, YouPol, GExcuse, GExcusePol, GSorry, GSorryPol, GPleaseGive, GPleaseGivePol] [YouFam, YouPol,
GExcuse, GExcusePol,
GSorry, GSorryPol,
GPleaseGive, GPleaseGivePol,
GWhatsYourName, GWhatsYourNamePol
]
** open SyntaxEng, ParadigmsEng, Prelude in { ** open SyntaxEng, ParadigmsEng, Prelude in {
lin lin
YouFam = mkNP (mkNP youSg_Pron) (ParadigmsEng.mkAdv "(familiar)") ; YouFam = mkNP (mkNP youSg_Pron) (ParadigmsEng.mkAdv "(familiar)") ;
@@ -13,6 +18,8 @@ lin
GSorryPol = pol "sorry" ; GSorryPol = pol "sorry" ;
GPleaseGive = fam "please" ; GPleaseGive = fam "please" ;
GPleaseGivePol = pol "please" ; GPleaseGivePol = pol "please" ;
GWhatsYourName = ss "what's your name (familiar)" ;
GWhatsYourNamePol = ss "what's your name (polite)" ;
oper oper
fam : Str -> SS = \s -> postfixSS "(familiar)" (ss s) ; fam : Str -> SS = \s -> postfixSS "(familiar)" (ss s) ;

View File

@@ -12,6 +12,7 @@ fun
GSorry, GSorryPol : Greeting ; GSorry, GSorryPol : Greeting ;
GGoodbye : Greeting ; GGoodbye : Greeting ;
GBye : Greeting ; GBye : Greeting ;
GWhatsYourName, GWhatsYourNamePol : Greeting ;
GNiceToMeetYou : Greeting ; GNiceToMeetYou : Greeting ;
GSeeYouSoon : Greeting ; GSeeYouSoon : Greeting ;
GHelp : Greeting ; GHelp : Greeting ;
@@ -25,6 +26,4 @@ fun
GYes : Greeting ; GYes : Greeting ;
GNo : Greeting ; GNo : Greeting ;
GWhatsYourName : Greeting ; ---- move
} }

View File

@@ -12,7 +12,7 @@ lin
GSorry, GSorryPol = ss "sorry" ; GSorry, GSorryPol = ss "sorry" ;
GGoodbye = ss "goodbye" ; GGoodbye = ss "goodbye" ;
GBye = ss "bye" ; GBye = ss "bye" ;
GWhatsYourName = ss "what's your name" ; GWhatsYourName, GWhatsYourNamePol = ss "what's your name" ;
GNiceToMeetYou = ss "nice to meet you" ; GNiceToMeetYou = ss "nice to meet you" ;
GSeeYouSoon = ss "see you soon" ; GSeeYouSoon = ss "see you soon" ;
GHelp = ss "help" ; GHelp = ss "help" ;

View File

@@ -16,6 +16,7 @@ lin
GGoodbye = ss "näkemiin" ; GGoodbye = ss "näkemiin" ;
GBye = ss "hei hei" ; GBye = ss "hei hei" ;
GWhatsYourName = ss "mikä sinun nimesi on" ; GWhatsYourName = ss "mikä sinun nimesi on" ;
GWhatsYourNamePol = ss "mikä teidän nimenne on" ;
GNiceToMeetYou = ss "hauska tutustua" ; GNiceToMeetYou = ss "hauska tutustua" ;
GSeeYouSoon = ss "nähdään pian" ; GSeeYouSoon = ss "nähdään pian" ;
GHelp = ss "apua" ; GHelp = ss "apua" ;

View File

@@ -16,7 +16,8 @@ lin
GSorry, GSorryPol = ss "pardon" ; GSorry, GSorryPol = ss "pardon" ;
GGoodbye = ss "au revoir" ; GGoodbye = ss "au revoir" ;
GBye = ss "au revoir" ; GBye = ss "au revoir" ;
GWhatsYourName = ss "comment vous appelez-vous" ; ---- GWhatsYourName = ss "comment t'appelles-tu" ;
GWhatsYourNamePol = ss "comment vous appelez-vous" ;
GNiceToMeetYou = ss "enchanté" ; GNiceToMeetYou = ss "enchanté" ;
GSeeYouSoon = ss "à bientôt" ; GSeeYouSoon = ss "à bientôt" ;
GHelp = ss "au secours" ; GHelp = ss "au secours" ;

View File

@@ -14,7 +14,8 @@ lin
GSorryPol = ss "scusimi" ; ---- GSorryPol = ss "scusimi" ; ----
GGoodbye = ss "arrivederci" ; GGoodbye = ss "arrivederci" ;
GBye = ss "ciao" ; GBye = ss "ciao" ;
GWhatsYourName = ss "come si chiama" ; GWhatsYourName = ss "come ti chiami" ;
GWhatsYourNamePol = ss "come si chiama" ;
-- GNiceToMeetYou = ss "piacevole" ; ---- -- GNiceToMeetYou = ss "piacevole" ; ----
-- GSeeYouSoon = ss "a poco tempo" ; ---- -- GSeeYouSoon = ss "a poco tempo" ; ----
GHelp = ss "aiuto" ; GHelp = ss "aiuto" ;
@@ -23,14 +24,9 @@ lin
GGoodDay = ss "buongiorno" ; GGoodDay = ss "buongiorno" ;
GGoodEvening = ss "buona sera" ; GGoodEvening = ss "buona sera" ;
GGoodNight = ss "buona notte" ; GGoodNight = ss "buona notte" ;
GImHungry = ss "ho fame" ;
GImThirsty = ss "ho sete" ;
GImTired = ss "sono stanco" ; ----
GImScared = ss "ho paura" ;
GIdontUnderstand = ss "non capisco" ;
GTheCheck = ss "il conto" ; GTheCheck = ss "il conto" ;
GYes = ss "sì" ; ---- si GYes = ss "sì" ;
GNo = ss "no" ; GNo = ss "no" ;

View File

@@ -22,6 +22,7 @@ lin
GGoodNight = ss "god natt" ; GGoodNight = ss "god natt" ;
GWhatsYourName = ss "vad heter du" ; GWhatsYourName = ss "vad heter du" ;
GWhatsYourNamePol = ss "vad heter ni" ;
GTheCheck = ss "notan" ; GTheCheck = ss "notan" ;

View File

@@ -41,9 +41,9 @@ Boring = mkAPA "noioso" ;
ALove p q = mkCl p (mkV2 (mkV "amare")) q ; ALove p q = mkCl p (mkV2 (mkV "amare")) q ;
English = mkNP (mkPN "inglese") ; English = mkNP (mkPN "inglese") ;
Finnish = mkNP (mkPN "finnico") ; Finnish = mkNP (mkPN "finlandese") ;
French = mkNP (mkPN "francese") ; French = mkNP (mkPN "francese") ;
Romanian = mkNP (mkPN "romano") ; Romanian = mkNP (mkPN "rumeno") ;
Swedish = mkNP (mkPN "svedese") ; Swedish = mkNP (mkPN "svedese") ;
AHungry p = mkCl p (E.ComplCN have_V2 (mkCN (mkN "fame" feminine))) ; AHungry p = mkCl p (E.ComplCN have_V2 (mkCN (mkN "fame" feminine))) ;

View File

@@ -3,5 +3,5 @@ PhrasebookEng :
PhrasebookFin : PhrasebookFin :
PhrasebookFre : PhrasebookFre :
PhrasebookIta : GNiceToMeetYou GSeeYouSoon Tea PhrasebookIta : GNiceToMeetYou GSeeYouSoon Tea
PhrasebookRon : AHungry AScared AThirsty ATired Coffee Finnish French GExcusePol GPleaseGivePol GSorryPol Swedish Tea PhrasebookRon : AHungry AScared AThirsty ATired Coffee Finnish French GExcusePol GPleaseGivePol GSorryPol GWhatsYourNamePol Swedish Tea
PhrasebookSwe : GExcusePol GPleaseGivePol GSorryPol PhrasebookSwe : GExcusePol GPleaseGivePol GSorryPol