diff options
| author | aarne <aarne@chalmers.se> | 2010-08-27 15:14:06 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-08-27 15:14:06 +0000 |
| commit | db06000701acda500c066176f7a5bdf4f9b700ac (patch) | |
| tree | f2277db7dde7d60fe31f114436a92116cc4700ff /examples/phrasebook/Sentences.gf | |
| parent | b0e110cf4f7c6e43d044f05fdedde3ffaabb9843 (diff) | |
embedded questions in phrasebook
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
| -rw-r--r-- | examples/phrasebook/Sentences.gf | 9 |
1 files changed, 4 insertions, 5 deletions
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 } |
