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/One.gf | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 examples/lrec-tutorial/One.gf (limited to 'examples/lrec-tutorial/One.gf') diff --git a/examples/lrec-tutorial/One.gf b/examples/lrec-tutorial/One.gf deleted file mode 100644 index 4d0e94397..000000000 --- a/examples/lrec-tutorial/One.gf +++ /dev/null @@ -1,42 +0,0 @@ -abstract One = { - cat - S ; - Cl ; - NP ; - VP ; - AP ; - CN ; - Det ; - Pron ; - PN ; - N ; - A ; - V ; - V2 ; - Adv ; - Prep ; - Pol ; - Tense ; - fun - DeclCl : Tense -> Pol -> Cl -> S ; - QuestCl : Tense -> Pol -> Cl -> S ; - - PredVP : NP -> VP -> Cl ; - - ComplV2 : V2 -> NP -> VP ; - UseAP : AP -> VP ; - UseV : V -> VP ; - AdVP : VP -> Adv -> VP ; - - DetCN : Det -> CN -> NP ; - UsePN : PN -> NP ; - UsePron : Pron -> NP ; - - ModCN : CN -> AP -> CN ; - UseN : N -> CN ; - - UseA : A -> AP ; - - AdvA : A -> Adv ; - PrepNP : Prep -> NP -> Adv ; -} -- cgit v1.2.3