diff options
| author | aarne <aarne@chalmers.se> | 2010-08-25 09:08:31 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-08-25 09:08:31 +0000 |
| commit | c67a50b86928964a9cd04e7ca5f8f63612a562d1 (patch) | |
| tree | 2f8af31da74515e2a785bde55f90c13cf2d5e27f /examples/phrasebook/Sentences.gf | |
| parent | d3a686627704c3c73d86f5d31bf3669e5c793b35 (diff) | |
updates in Phrasebook and resources
Diffstat (limited to 'examples/phrasebook/Sentences.gf')
| -rw-r--r-- | examples/phrasebook/Sentences.gf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf index 45b82f030..031253b9e 100644 --- a/examples/phrasebook/Sentences.gf +++ b/examples/phrasebook/Sentences.gf @@ -145,5 +145,11 @@ 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 + } |
