forked from GitHub/gf-core
essential LP phrases, pron table
This commit is contained in:
30
examples/travel/Essential.gf
Normal file
30
examples/travel/Essential.gf
Normal file
@@ -0,0 +1,30 @@
|
||||
-- the essential phrases from Lone Planet Thai Phrasebook
|
||||
|
||||
abstract Essential = {
|
||||
|
||||
cat
|
||||
Phrase ;
|
||||
Number ;
|
||||
|
||||
fun
|
||||
Hello : Phrase ;
|
||||
Goodbye : Phrase ;
|
||||
Please : Phrase ;
|
||||
ThankYou : Phrase ;
|
||||
YoureWelcome : Phrase ;
|
||||
Yes : Phrase ;
|
||||
No : Phrase ;
|
||||
ExcuseAttention : Phrase ;
|
||||
ExcuseGetPast : Phrase ;
|
||||
Sorry : Phrase ;
|
||||
IUnderstand : Phrase ;
|
||||
IDontUnderstand : Phrase ;
|
||||
Help : Phrase ;
|
||||
WhereAreToilets : Phrase ;
|
||||
|
||||
|
||||
SayNumber : Number -> Phrase ;
|
||||
|
||||
One, Two, Three, Four, Five, Six, Seven, Eight, Nine, Ten : Number ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user