From d8b68c85b65db6e9212b20f0252842f8338d99c4 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 6 Dec 2011 21:36:38 +0000 Subject: Nui's corrections to Synopsis examples and Phrasebook; a logo for Thai --- examples/phrasebook/GreetingsTha.gf | 2 +- examples/phrasebook/Makefile | 4 ++-- examples/phrasebook/WordsTha.gf | 2 +- examples/phrasebook/thai.png | Bin 0 -> 2221 bytes 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 examples/phrasebook/thai.png (limited to 'examples') diff --git a/examples/phrasebook/GreetingsTha.gf b/examples/phrasebook/GreetingsTha.gf index c8e6d147f..3463306d9 100644 --- a/examples/phrasebook/GreetingsTha.gf +++ b/examples/phrasebook/GreetingsTha.gf @@ -22,7 +22,7 @@ lin GLookOut = mkGreeting (thword "ระ" "วัง") ; ---- google GNiceToMeetYou, GNiceToMeetYouPol = mkGreeting (thword "ยิน" "ดี" "ที่" "ได้" "รู้" "จัก") ; - GPleaseGive, GPleaseGivePol = mkGreeting (thword "ช่วย") ; ---- + GPleaseGive, GPleaseGivePol = mkGreeting "นะ" ; GSeeYouSoon = mkGreeting (thword "เจอ" "กัน" "นะ") ; GSorry, GSorryPol = mkGreeting (thword "ขอ" "โทษ") ; GThanks = mkGreeting (thword "ขอบ" "คุณ") ; diff --git a/examples/phrasebook/Makefile b/examples/phrasebook/Makefile index 2322a2832..c14f0bb3e 100644 --- a/examples/phrasebook/Makefile +++ b/examples/phrasebook/Makefile @@ -4,8 +4,8 @@ all: demo missing thaidroid: #thaiscript cp -p Phrasebook.pgf FullPhrasebook.pgf - $(compile) -opt Eng Swe Tha PhrasebookThaP DisambPhrasebookEng - $(compile) -link Eng Fin Swe Tha PhrasebookThaP DisambPhrasebookEng + $(compile) -opt Eng Swe Tha Thb DisambPhrasebookEng + $(compile) -link Eng Fin Swe Tha Thb DisambPhrasebookEng mv Phrasebook.pgf Thaidroid.pgf mv FullPhrasebook.pgf Phrasebook.pgf diff --git a/examples/phrasebook/WordsTha.gf b/examples/phrasebook/WordsTha.gf index 6f08e9c70..b6f3215b1 100644 --- a/examples/phrasebook/WordsTha.gf +++ b/examples/phrasebook/WordsTha.gf @@ -298,7 +298,7 @@ concrete WordsTha of Words = SentencesTha ** ItsCold = mkCl (mkVP L.cold_A) ; ItsWarm = mkCl (mkVP L.warm_A) ; ItsWindy = mkCl (mkVP (P.mkA (R.thword "ลม" "จัด"))) ; - SunShine = mkCl (mkNP the_Det L.sun_N) (mkVP (R.regV "ฉาย")) ; + SunShine = mkCl (mkNP the_Det L.sun_N) (mkVP (R.regV (R.thword "ฉาย" "แสง"))) ; Smoke = mkVP (P.mkV (R.thword "สูบ" "บุ" "รี")) ; diff --git a/examples/phrasebook/thai.png b/examples/phrasebook/thai.png new file mode 100644 index 000000000..bf0c41e67 Binary files /dev/null and b/examples/phrasebook/thai.png differ -- cgit v1.2.3