Nui's corrections to Synopsis examples and Phrasebook; a logo for Thai

This commit is contained in:
aarne
2011-12-06 21:36:38 +00:00
parent 1160244271
commit d8b68c85b6
4 changed files with 4 additions and 4 deletions

View File

@@ -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 "ขอบ" "คุณ") ;

View File

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

View File

@@ -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 "สูบ" "บุ" "รี")) ;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB