mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Action category, more doc in Phrasebook
This commit is contained in:
@@ -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 ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user