summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsChi.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2013-10-11 12:16:03 +0000
committeraarne <aarne@chalmers.se>2013-10-11 12:16:03 +0000
commit7f74cdcb76582ec88b6b825fde93ec7a14e03f2e (patch)
treeb3ee79862d1f8e822aa525bcb2f305d2c39f3d66 /examples/phrasebook/GreetingsChi.gf
parent75380bc0e458b1c42294980f5ffc8b26bc1b772c (diff)
Chi phrasebook bootstrapped from Tha; far from finished
Diffstat (limited to 'examples/phrasebook/GreetingsChi.gf')
-rw-r--r--examples/phrasebook/GreetingsChi.gf32
1 files changed, 32 insertions, 0 deletions
diff --git a/examples/phrasebook/GreetingsChi.gf b/examples/phrasebook/GreetingsChi.gf
new file mode 100644
index 000000000..49c6d7be3
--- /dev/null
+++ b/examples/phrasebook/GreetingsChi.gf
@@ -0,0 +1,32 @@
+concrete GreetingsChi of Greetings =
+ SentencesChi [Greeting,mkGreeting] **
+ open (D = DictEngChi), ResChi, Prelude in {
+
+flags coding = utf8 ;
+
+lin
+ GBye = D.bye_Interj ;
+ GCheers = D.cheers_Interj ;
+ GDamn = D.damn_Interj ;
+ GExcuse, GExcusePol = D.excuse_me_Interj ;
+ GGoodDay = D.hi_Interj ;
+ GGoodEvening = D.good_evening_Interj ;
+ GGoodMorning = D.good_morning_Interj ;
+ GGoodNight = D.good_night_Interj ;
+ GGoodbye = D.goodbye_Interj ;
+ GHello = D.hi_Interj ;
+-- GHelp = mkGreeting (thword "ช่วย" "ด้วย") ;
+-- GHowAreYou = mkGreeting (thword "สบาย" "ดี" "ไหม") ;
+-- GLookOut = mkGreeting (thword "ระ" "วัง") ; google
+-- GNiceToMeetYou, GNiceToMeetYouPol = mkGreeting (thword "ยิน" "ดี" "ที่" "ได้" "รู้" "จัก") ;
+-- GPleaseGive, GPleaseGivePol = mkGreeting "นะ" ;
+-- GSeeYouSoon = mkGreeting (thword "เจอ" "กัน" "นะ") ;
+-- GSorry, GSorryPol = mkGreeting (thword "ขอ" "โทษ") ;
+ GThanks = D.thanks_Interj ;
+-- GTheCheck = mkGreeting (thword "เช็ค" "บิล") ;
+-- GCongratulations = mkGreeting (thword "ยิน" "ดี" "ด้วย") ;
+-- GHappyBirthday = mkGreeting (thword "สุข" "สันต์" "วัน" "เกิด") ;
+ GGoodLuck = D.good_luck_Interj ;
+
+
+}