From 93daaabf3df88b5fa16065c027c370cdf9b487b2 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 28 Mar 2010 19:29:06 +0000 Subject: Action category, more doc in Phrasebook --- examples/phrasebook/Words.gf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'examples/phrasebook/Words.gf') 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 ; + } -- cgit v1.2.3