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/experiments/Dep.gf | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 examples/experiments/Dep.gf (limited to 'examples/experiments/Dep.gf') diff --git a/examples/experiments/Dep.gf b/examples/experiments/Dep.gf deleted file mode 100644 index d0670ee09..000000000 --- a/examples/experiments/Dep.gf +++ /dev/null @@ -1,19 +0,0 @@ -abstract Dep = { - -cat - S ; NP ; VP ; V2 ; CN ; AP ; Adv ; AdA ; Prep ; -fun - Pred : NP -> VP -> S ; - Extr : NP -> VP -> S ; - Compl : NP -> V2 -> VP ; - Mods : AP -> CN -> NP ; - MMods : AdA -> AP -> CN -> NP ; - Prepm : Adv -> NP -> NP ; - Prepp : NP -> Prep -> Adv ; - - Economic, Financial, Little : AP ; - News, Effect, Markets : CN ; - Had : V2 ; - On : Prep ; - Very : AdA ; -} -- cgit v1.2.3