diff options
Diffstat (limited to 'examples/phrasebook/Words.gf')
| -rw-r--r-- | examples/phrasebook/Words.gf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/phrasebook/Words.gf b/examples/phrasebook/Words.gf index 2ea910272..12fad7bc8 100644 --- a/examples/phrasebook/Words.gf +++ b/examples/phrasebook/Words.gf @@ -11,4 +11,14 @@ abstract Words = Sentences ** { Euro, Dollar, Lei : Currency ; + English, Finnish, French, Romanian, Swedish : Language ; + +-- actions can be expressed by different structures in different languages + + AWant : Person -> Object -> Action ; + ALike : Person -> Item -> Action ; + AHave : Person -> Kind -> Action ; + ASpeak : Person -> Language -> Action ; + ALove : Person -> Person -> Action ; + } |
