summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesTha.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2011-12-08 14:04:42 +0000
committeraarne <aarne@chalmers.se>2011-12-08 14:04:42 +0000
commit15168563a2233a1d84085e20f2407d126afb1481 (patch)
tree880eb2e905c123af38d937c7c0fcd473f0187006 /examples/phrasebook/SentencesTha.gf
parent7c9bbd844b1a8d070817f3337012ccfe1a624189 (diff)
adjustments in Phrasebook and synopsis
Diffstat (limited to 'examples/phrasebook/SentencesTha.gf')
-rw-r--r--examples/phrasebook/SentencesTha.gf4
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 ;
}