From f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Mon, 16 Sep 2013 07:17:27 +0000 Subject: Remove contribs and examples Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb --- examples/tutorial/resource-foods/LexFoodsIta.gf | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 examples/tutorial/resource-foods/LexFoodsIta.gf (limited to 'examples/tutorial/resource-foods/LexFoodsIta.gf') diff --git a/examples/tutorial/resource-foods/LexFoodsIta.gf b/examples/tutorial/resource-foods/LexFoodsIta.gf deleted file mode 100644 index 2148953c3..000000000 --- a/examples/tutorial/resource-foods/LexFoodsIta.gf +++ /dev/null @@ -1,20 +0,0 @@ ---# -path=.:../foods:present:prelude - -instance LexFoodsIta of LexFoods = open SyntaxIta, ParadigmsIta, BeschIta in { - oper - wine_N = mkN "vino" ; - pizza_N = mkN "pizza" ; - cheese_N = mkN "formaggio" ; - fish_N = mkN "pesce" ; - fresh_A = mkA "fresco" ; - warm_A = mkA "caldo" ; - italian_A = mkA "italiano" ; - expensive_A = mkA "caro" ; - delicious_A = mkA "delizioso" ; - boring_A = mkA "noioso" ; - drink_V2 = mkV2 (verboV (bere_27 "bere")) ; - eat_V2 = mkV2 (mkV "mangiare") ; - pay_V2 = mkV2 (mkV "pagare") ; - gentleman_N = mkN "signore" ; - lady_N = mkN "signora" ; -} -- cgit v1.2.3