mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -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
|
||||
GNiceToMeetYou, GNiceToMeetYouPol =
|
||||
mkGreeting (thword "ยิน" "ดี" "ที่" "ได้" "รู้" "จัก") ;
|
||||
GPleaseGive, GPleaseGivePol = mkGreeting (thword "ช่วย") ; ----
|
||||
GPleaseGive, GPleaseGivePol = mkGreeting "นะ" ;
|
||||
GSeeYouSoon = mkGreeting (thword "เจอ" "กัน" "นะ") ;
|
||||
GSorry, GSorryPol = mkGreeting (thword "ขอ" "โทษ") ;
|
||||
GThanks = mkGreeting (thword "ขอบ" "คุณ") ;
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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 "สูบ" "บุ" "รี")) ;
|
||||
|
||||
|
||||
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