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/lrec-tutorial/Grammar.gf | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 examples/lrec-tutorial/Grammar.gf (limited to 'examples/lrec-tutorial/Grammar.gf') diff --git a/examples/lrec-tutorial/Grammar.gf b/examples/lrec-tutorial/Grammar.gf deleted file mode 100644 index c7872869c..000000000 --- a/examples/lrec-tutorial/Grammar.gf +++ /dev/null @@ -1,17 +0,0 @@ -abstract Grammar = { - cat - Cl ; NP ; VP ; AP ; CN ; Det ; N ; A ; V ; V2 ; - fun - PredVP : NP -> VP -> Cl ; - ComplV2 : V2 -> NP -> VP ; - DetCN : Det -> CN -> NP ; - ModCN : CN -> AP -> CN ; - - UseV : V -> VP ; - UseN : N -> CN ; - UseA : A -> AP ; - - a_Det, the_Det : Det ; - this_Det, these_Det : Det ; - i_NP, she_NP, we_NP : NP ; -} -- cgit v1.2.3