diff options
| author | aarne <aarne@chalmers.se> | 2011-12-08 14:04:42 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-12-08 14:04:42 +0000 |
| commit | 15168563a2233a1d84085e20f2407d126afb1481 (patch) | |
| tree | 880eb2e905c123af38d937c7c0fcd473f0187006 /examples/phrasebook/SentencesTha.gf | |
| parent | 7c9bbd844b1a8d070817f3337012ccfe1a624189 (diff) | |
adjustments in Phrasebook and synopsis
Diffstat (limited to 'examples/phrasebook/SentencesTha.gf')
| -rw-r--r-- | examples/phrasebook/SentencesTha.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesTha.gf b/examples/phrasebook/SentencesTha.gf index 2e2aebe09..ea5d7fbe9 100644 --- a/examples/phrasebook/SentencesTha.gf +++ b/examples/phrasebook/SentencesTha.gf @@ -1,6 +1,7 @@ concrete SentencesTha of Sentences = NumeralTha ** SentencesI - [ PGreetingMale, PGreetingFemale, GObjectPlease, + IMale, YouFamMale, YouFamFemale, ACitizen ] with (Syntax = SyntaxTha), @@ -17,6 +18,9 @@ lin ACitizen p n = mkCl p.name (mkVP (mkCN n (P.personN R.khon_s))) ; + IMale = mkPerson (R.mkNP "ผม") ; + YouFamMale, YouFamFemale = mkPerson (R.mkNP "เธอ") ; + oper thpron = R.thpron ; } |
