diff options
| author | aarne <aarne@chalmers.se> | 2011-12-02 09:50:16 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-12-02 09:50:16 +0000 |
| commit | 40d03d6578a6c8441bdf7aece2c5d8b0b92c5581 (patch) | |
| tree | 7c6a5b4c069f68872ca34d36a2bd80baa4b0ac83 /examples/phrasebook/SentencesTha.gf | |
| parent | a32f9664f6a2da857655cad1e0cdcbf26fbbea9f (diff) | |
occupations in Phrasebook Eng,Fin,Swe,Tha
Diffstat (limited to 'examples/phrasebook/SentencesTha.gf')
| -rw-r--r-- | examples/phrasebook/SentencesTha.gf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesTha.gf b/examples/phrasebook/SentencesTha.gf index 3964a8dba..399401daf 100644 --- a/examples/phrasebook/SentencesTha.gf +++ b/examples/phrasebook/SentencesTha.gf @@ -1,10 +1,15 @@ -concrete SentencesTha of Sentences = NumeralTha ** SentencesI - [ACitizen, WherePlace, WherePerson] with +concrete SentencesTha of Sentences = NumeralTha ** SentencesI - [ + GObjectPlease, + ACitizen, WherePlace, WherePerson + ] with (Syntax = SyntaxTha), (Symbolic = SymbolicTha), (Lexicon = LexiconTha) ** open SyntaxTha, (P = ParadigmsTha), (R = ResTha) in { flags coding=utf8 ; lin + GObjectPlease o = lin Text (mkPhr (lin PConj (ss "ขอ")) (mkUtt o) (lin Voc (ss "หน่อย"))) | lin Text (mkUtt o) ; + ACitizen p n = mkCl p.name (mkVP (mkCN n (P.personN R.khon_s))) ; WherePlace place = mkQS (mkQCl where_IAdv (mkCl place.name yuu_V)) ; |
