summaryrefslogtreecommitdiff
path: root/examples/phrasebook/Sentences.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2011-12-04 18:09:02 +0000
committeraarne <aarne@chalmers.se>2011-12-04 18:09:02 +0000
commit2a0c611486ec46d63a7109e51a5ad0a1b5dd2184 (patch)
treea1aa88d894daee13eb80aded98a849959aea866d /examples/phrasebook/Sentences.gf
parentea01e7181e4632aa4c0a9e9151b9bb38dcc8e75e (diff)
Male/Female greetings distinguished in Phrasebook
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
-rw-r--r--examples/phrasebook/Sentences.gf7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf
index 5e9354bd7..8dbd8483e 100644
--- a/examples/phrasebook/Sentences.gf
+++ b/examples/phrasebook/Sentences.gf
@@ -61,9 +61,10 @@ abstract Sentences = Numeral ** {
-- PWord : Word -> Phrase ;
- PGreeting : Greeting -> Phrase ;
- PSentence : Sentence -> Phrase ;
- PQuestion : Question -> Phrase ;
+ PGreetingMale : Greeting -> Phrase ; -- depends on speaker e.g. in Thai
+ PGreetingFemale : Greeting -> Phrase ;
+ PSentence : Sentence -> Phrase ;
+ PQuestion : Question -> Phrase ;
PNumber : Number -> Phrase ;
PPrice : Price -> Phrase ;