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/extmini/ParadigmsCmn.gf | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 examples/extmini/ParadigmsCmn.gf (limited to 'examples/extmini/ParadigmsCmn.gf') diff --git a/examples/extmini/ParadigmsCmn.gf b/examples/extmini/ParadigmsCmn.gf deleted file mode 100644 index 0b779f24d..000000000 --- a/examples/extmini/ParadigmsCmn.gf +++ /dev/null @@ -1,21 +0,0 @@ -resource ParadigmsCmn = GrammarCmn [N,A,V] ** - open ResCmn, GrammarCmn, Prelude in { -flags coding=utf8; -oper - mkN : (man : Str) -> Str -> N - = \n,c -> lin N (regNoun n c) ; - - mkPN : (john : Str) -> Number -> PN - = \s,n -> lin PN (PropN s n) ; - - mkA : (small : Str) -> Bool -> A - = \a,b -> lin A (mkAdj a b) ; - - mkV = overload { - mkV : (walk : Str) -> V - = \walk -> lin V (regVerb walk) ; - mkV : (arrive : Str) -> Str -> Str -> Str -> Str -> V - = \arrive,pp,ds,dp,ep -> lin V (mkVerb arrive pp ds dp ep) ; - } ; - -} -- cgit v1.2.3