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/DepEng.gf | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 examples/experiments/DepEng.gf (limited to 'examples/experiments/DepEng.gf') diff --git a/examples/experiments/DepEng.gf b/examples/experiments/DepEng.gf deleted file mode 100644 index f6d5e50d2..000000000 --- a/examples/experiments/DepEng.gf +++ /dev/null @@ -1,24 +0,0 @@ -concrete DepEng of Dep = { - -lincat - S, NP, V2, CN, AP, Adv, Prep, AdA = Str ; - VP = Str * Str ; -lin - Pred x y = x ++ y.p1 ++ y.p2 ; - Extr x y = y.p2 ++ x ++ y.p1 ; - Compl x y = ; - Mods x y = x ++ y ; - MMods x y z = x ++ y ++ z ; - Prepm x y = y ++ x ; - Prepp x y = y ++ x ; - - Economic = "economic" ; - Financial = "financial" ; - Little = "little" ; - News = "news" ; - Effect = "effect" ; - Markets = "markets" ; - Had = "had" ; - On = "on" ; - Very = "very" ; -} -- cgit v1.2.3