mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 10:22:50 -06:00
Nui's corrections to Synopsis examples and Phrasebook; a logo for Thai
This commit is contained in:
@@ -22,7 +22,7 @@ lin
|
|||||||
GLookOut = mkGreeting (thword "ระ" "วัง") ; ---- google
|
GLookOut = mkGreeting (thword "ระ" "วัง") ; ---- google
|
||||||
GNiceToMeetYou, GNiceToMeetYouPol =
|
GNiceToMeetYou, GNiceToMeetYouPol =
|
||||||
mkGreeting (thword "ยิน" "ดี" "ที่" "ได้" "รู้" "จัก") ;
|
mkGreeting (thword "ยิน" "ดี" "ที่" "ได้" "รู้" "จัก") ;
|
||||||
GPleaseGive, GPleaseGivePol = mkGreeting (thword "ช่วย") ; ----
|
GPleaseGive, GPleaseGivePol = mkGreeting "นะ" ;
|
||||||
GSeeYouSoon = mkGreeting (thword "เจอ" "กัน" "นะ") ;
|
GSeeYouSoon = mkGreeting (thword "เจอ" "กัน" "นะ") ;
|
||||||
GSorry, GSorryPol = mkGreeting (thword "ขอ" "โทษ") ;
|
GSorry, GSorryPol = mkGreeting (thword "ขอ" "โทษ") ;
|
||||||
GThanks = mkGreeting (thword "ขอบ" "คุณ") ;
|
GThanks = mkGreeting (thword "ขอบ" "คุณ") ;
|
||||||
|
|||||||
@@ -4,8 +4,8 @@ all: demo missing
|
|||||||
|
|
||||||
thaidroid: #thaiscript
|
thaidroid: #thaiscript
|
||||||
cp -p Phrasebook.pgf FullPhrasebook.pgf
|
cp -p Phrasebook.pgf FullPhrasebook.pgf
|
||||||
$(compile) -opt Eng Swe Tha PhrasebookThaP DisambPhrasebookEng
|
$(compile) -opt Eng Swe Tha Thb DisambPhrasebookEng
|
||||||
$(compile) -link Eng Fin Swe Tha PhrasebookThaP DisambPhrasebookEng
|
$(compile) -link Eng Fin Swe Tha Thb DisambPhrasebookEng
|
||||||
mv Phrasebook.pgf Thaidroid.pgf
|
mv Phrasebook.pgf Thaidroid.pgf
|
||||||
mv FullPhrasebook.pgf Phrasebook.pgf
|
mv FullPhrasebook.pgf Phrasebook.pgf
|
||||||
|
|
||||||
|
|||||||
@@ -298,7 +298,7 @@ concrete WordsTha of Words = SentencesTha **
|
|||||||
ItsCold = mkCl (mkVP L.cold_A) ;
|
ItsCold = mkCl (mkVP L.cold_A) ;
|
||||||
ItsWarm = mkCl (mkVP L.warm_A) ;
|
ItsWarm = mkCl (mkVP L.warm_A) ;
|
||||||
ItsWindy = mkCl (mkVP (P.mkA (R.thword "ลม" "จัด"))) ;
|
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 "สูบ" "บุ" "รี")) ;
|
Smoke = mkVP (P.mkV (R.thword "สูบ" "บุ" "รี")) ;
|
||||||
|
|
||||||
|
|||||||
BIN
examples/phrasebook/thai.png
Normal file
BIN
examples/phrasebook/thai.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Reference in New Issue
Block a user