From db06000701acda500c066176f7a5bdf4f9b700ac Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 27 Aug 2010 15:14:06 +0000 Subject: embedded questions in phrasebook --- examples/phrasebook/Sentences.gf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'examples/phrasebook/Sentences.gf') diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf index 031253b9e..a58728d4a 100644 --- a/examples/phrasebook/Sentences.gf +++ b/examples/phrasebook/Sentences.gf @@ -70,7 +70,8 @@ abstract Sentences = Numeral ** { -- This is the way to build propositions about inanimate items. - Is : Item -> Quality -> Proposition ; -- this pizza is good + Is : Item -> Quality -> Proposition ; -- this pizza is good + IsMass : MassKind -> Quality -> Proposition ; -- Belgian beer is good -- To use propositions on higher levels. @@ -146,10 +147,8 @@ abstract Sentences = Numeral ** { ByTransp : Transport -> ByTransport ; -- by bus AKnowSentence : Person -> Sentence -> Action ; -- you know that I am in the bar - AKnowPerson : Person -> Person -> Action ; -- you know me - --- in Words, as long as Lexicon doesn't have it --- AKnowQuestion : Person -> Question -> Action ; -- you know how far the bar is + AKnowPerson : Person -> Person -> Action ; -- you know me + AKnowQuestion : Person -> Question -> Action ; -- you know how far the bar is } -- cgit v1.2.3