From 5584415807061e801c124bdbaa37350c3b418a25 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 20 Mar 2010 21:21:50 +0000 Subject: started Phrasebook with Finnish and Romanian --- examples/phrasebook/Sentences.gf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/phrasebook/Sentences.gf (limited to 'examples/phrasebook/Sentences.gf') diff --git a/examples/phrasebook/Sentences.gf b/examples/phrasebook/Sentences.gf new file mode 100644 index 000000000..0a9c7b57e --- /dev/null +++ b/examples/phrasebook/Sentences.gf @@ -0,0 +1,20 @@ +abstract Sentences = Numeral ** { + + cat + Sentence ; Object ; Item ; Kind ; Quality ; + + fun + Is : Item -> Quality -> Sentence ; + IsNot : Item -> Quality -> Sentence ; + + IWant : Object -> Sentence ; + DoYouHave : Kind -> Sentence ; + WhetherIs : Item -> Quality -> Sentence ; + ObjItem : Item -> Object ; + ObjNumber : Numeral -> Kind -> Object ; + + This, That, These, Those : Kind -> Item ; + SuchKind : Quality -> Kind -> Kind ; + Very : Quality -> Quality ; + +} -- cgit v1.2.3