diff options
| author | aarne <aarne@chalmers.se> | 2010-04-12 20:10:48 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-12 20:10:48 +0000 |
| commit | 0b224424a6ea4bbcd68830599e863d3e0b922424 (patch) | |
| tree | b57ad36db94cc15cc66bdbfc0e2ec65932934cb5 /examples/phrasebook/Words.gf | |
| parent | 24d2acf097b029abf1cba87d3debc6488534c88f (diff) | |
a module to compile Phrasebook in different lang combinations
Diffstat (limited to 'examples/phrasebook/Words.gf')
| -rw-r--r-- | examples/phrasebook/Words.gf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf index aaafb1037..f595eac84 100644 --- a/examples/phrasebook/Words.gf +++ b/examples/phrasebook/Words.gf @@ -99,7 +99,8 @@ abstract Words = Sentences ** { AWant : Person -> Object -> Action ; -- I want two beers AWantGo : Person -> Place -> Action ; -- I want to go to the hospital --- miscellaneous phrases +-- Miscellaneous phrases. Notice that also negations and questions can be formed from +-- propositions. QWhatAge : Person -> Question ; -- how many years are you QWhatName : Person -> Question ; -- what is your name |
