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/peacekeeping/swedish/PeaceCat_Swe.gf | 3 -- .../peacekeeping/swedish/PeaceLexCommon_Swe.gf | 6 --- examples/peacekeeping/swedish/PeaceLexExt_Swe.gf | 48 ---------------------- examples/peacekeeping/swedish/PeacePhrases_Swe.gf | 12 ------ examples/peacekeeping/swedish/PeaceSpoken_Swe.gf | 4 -- examples/peacekeeping/swedish/PeaceSyntax_Swe.gf | 5 --- examples/peacekeeping/swedish/Peace_Swe.gf | 5 --- 7 files changed, 83 deletions(-) delete mode 100644 examples/peacekeeping/swedish/PeaceCat_Swe.gf delete mode 100644 examples/peacekeeping/swedish/PeaceLexCommon_Swe.gf delete mode 100644 examples/peacekeeping/swedish/PeaceLexExt_Swe.gf delete mode 100644 examples/peacekeeping/swedish/PeacePhrases_Swe.gf delete mode 100644 examples/peacekeeping/swedish/PeaceSpoken_Swe.gf delete mode 100644 examples/peacekeeping/swedish/PeaceSyntax_Swe.gf delete mode 100644 examples/peacekeeping/swedish/Peace_Swe.gf (limited to 'examples/peacekeeping/swedish') diff --git a/examples/peacekeeping/swedish/PeaceCat_Swe.gf b/examples/peacekeeping/swedish/PeaceCat_Swe.gf deleted file mode 100644 index e056dc86a..000000000 --- a/examples/peacekeeping/swedish/PeaceCat_Swe.gf +++ /dev/null @@ -1,3 +0,0 @@ ---# -path=.:present:prelude - -concrete PeaceCat_Swe of PeaceCat = PeaceCatI with (Lang = LangSwe); \ No newline at end of file diff --git a/examples/peacekeeping/swedish/PeaceLexCommon_Swe.gf b/examples/peacekeeping/swedish/PeaceLexCommon_Swe.gf deleted file mode 100644 index 7d34010eb..000000000 --- a/examples/peacekeeping/swedish/PeaceLexCommon_Swe.gf +++ /dev/null @@ -1,6 +0,0 @@ ---# -path=.:present:prelude - -concrete PeaceLexCommon_Swe of PeaceLexCommon = - PeaceCat_Swe ** PeaceLexCommonI with - (Lang = LangSwe), (Constructors = ConstructorsSwe) ; ; - diff --git a/examples/peacekeeping/swedish/PeaceLexExt_Swe.gf b/examples/peacekeeping/swedish/PeaceLexExt_Swe.gf deleted file mode 100644 index 5f40fc6b6..000000000 --- a/examples/peacekeeping/swedish/PeaceLexExt_Swe.gf +++ /dev/null @@ -1,48 +0,0 @@ ---# -path=.:present:prelude - -concrete PeaceLexExt_Swe of PeaceLexExt = - PeaceCat_Swe ** open ParadigmsSwe, IrregSwe, - LexiconSwe, StructuralSwe in { - - lin - - -- Adjectives - dangerous_A = regA "farlig" ; - dead_A = regA "död" ; - hungry_A = regA "hungrig" ; - large_A = big_A ; - sick_A = regA "sjuk" ; - - -- Nouns - air_N = regN "luft" ; - arm_N = regN "arm" ; - building_N = mk2N "byggnad" "byggnader" ; - car_N = regN "bil" ; - corpse_N = mk2N "lik" "lik" ; - doctor_N = mkN "doktor" "doktorn" "doktorer" "doktorerna"; - enemy_N = mk2N "fiende" "fiender" ; - face_N = regN "ansikte" ; - food_N = regN "mat"; - friend_N = mkN "vän" "vännen" "vänner" "vännerna" ; - ground_N = mk2N "mark" "marker"; - knife_N = regN "kniv" ; - landmine_N = regN "landmina" ; - map_N = regN "karta" ; - medicine_N = mk2N "medicin" "mediciner"; - police8officer_N = mk2N "polis" "poliser" ; - skin_N = mk2N "skinn" "skinn" ; - soldier_N = mk2N "soldat" "soldater" ; - toy_N = regN "leksak" ; - translation8machine_N = mk2N "översättningsmaskin" "översättningsmaskiner"; - weapon_N = mkN "vapen" "vapnet" "vapen" "vapnen" ; - - -- Verbs - cooperate_V2 = mkV2 (regV "samarbetar") (mkPrep "med") ; - cough_V = regV "hostar" ; - drop_V2 = dirV2 (regV "släpper") ; - hurt_V = partV göra_V "ont" ; -- FIXME: "Gör ont ditt ben?" - need_V2 = dirV2 (regV "behöver"); - own_V2 = dirV2 (regV "äger") ; - show_V3 = dirdirV3 (regV "visar") ; - -} diff --git a/examples/peacekeeping/swedish/PeacePhrases_Swe.gf b/examples/peacekeeping/swedish/PeacePhrases_Swe.gf deleted file mode 100644 index 7f9d88014..000000000 --- a/examples/peacekeeping/swedish/PeacePhrases_Swe.gf +++ /dev/null @@ -1,12 +0,0 @@ ---# -path=.:..:present:prelude - -concrete PeacePhrases_Swe of PeacePhrases = - PeaceCat_Swe ** open CommonScand, PeaceRes in { - -lin - Hello = stop "hej" ; - GoodMorning = stop ["god morgon"] ; - GoodEvening = stop ["god kväll"] ; - WhatIsNamePron p = stop (["vad heter"] ++ p.s!NPNom) ; - -} \ No newline at end of file diff --git a/examples/peacekeeping/swedish/PeaceSpoken_Swe.gf b/examples/peacekeeping/swedish/PeaceSpoken_Swe.gf deleted file mode 100644 index 51ed8392c..000000000 --- a/examples/peacekeeping/swedish/PeaceSpoken_Swe.gf +++ /dev/null @@ -1,4 +0,0 @@ ---# -path=.:..:present:prelude - -concrete PeaceSpoken_Swe of PeaceSpoken = - Peace_Swe; \ No newline at end of file diff --git a/examples/peacekeeping/swedish/PeaceSyntax_Swe.gf b/examples/peacekeeping/swedish/PeaceSyntax_Swe.gf deleted file mode 100644 index bfa0f0a1d..000000000 --- a/examples/peacekeeping/swedish/PeaceSyntax_Swe.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:present:prelude - -concrete PeaceSyntax_Swe of PeaceSyntax = PeaceCat_Swe ** PeaceSyntaxI with - (Lang = LangSwe), (Constructors = ConstructorsSwe) ; - diff --git a/examples/peacekeeping/swedish/Peace_Swe.gf b/examples/peacekeeping/swedish/Peace_Swe.gf deleted file mode 100644 index 7c7b2c213..000000000 --- a/examples/peacekeeping/swedish/Peace_Swe.gf +++ /dev/null @@ -1,5 +0,0 @@ ---# -path=.:..:present:prelude - -concrete Peace_Swe of Peace = - PeaceSyntax_Swe, PeaceLexCommon_Swe, - PeaceLexExt_Swe, PeacePhrases_Swe; \ No newline at end of file -- cgit v1.2.3