From 2a0c611486ec46d63a7109e51a5ad0a1b5dd2184 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 4 Dec 2011 18:09:02 +0000 Subject: Male/Female greetings distinguished in Phrasebook --- examples/phrasebook/Sentences.gf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'examples/phrasebook/Sentences.gf') 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 ; -- cgit v1.2.3