diff options
| author | aarne <aarne@chalmers.se> | 2011-12-06 21:36:38 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-12-06 21:36:38 +0000 |
| commit | d8b68c85b65db6e9212b20f0252842f8338d99c4 (patch) | |
| tree | caed06ef33929af3f5eb5182172a53a17b955805 /examples | |
| parent | 1160244271262bd6c6cf25a41d5d15737f57483f (diff) | |
Nui's corrections to Synopsis examples and Phrasebook; a logo for Thai
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/phrasebook/GreetingsTha.gf | 2 | ||||
| -rw-r--r-- | examples/phrasebook/Makefile | 4 | ||||
| -rw-r--r-- | examples/phrasebook/WordsTha.gf | 2 | ||||
| -rw-r--r-- | examples/phrasebook/thai.png | bin | 0 -> 2221 bytes |
4 files changed, 4 insertions, 4 deletions
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 Binary files differnew file mode 100644 index 000000000..bf0c41e67 --- /dev/null +++ b/examples/phrasebook/thai.png |
