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/attempto/LexAttemptoUrd.gf | 39 ------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 examples/attempto/LexAttemptoUrd.gf (limited to 'examples/attempto/LexAttemptoUrd.gf') diff --git a/examples/attempto/LexAttemptoUrd.gf b/examples/attempto/LexAttemptoUrd.gf deleted file mode 100644 index c38885a25..000000000 --- a/examples/attempto/LexAttemptoUrd.gf +++ /dev/null @@ -1,39 +0,0 @@ -instance LexAttemptoUrd of LexAttempto = - open - ExtraUrd, - SyntaxUrd, - ParadigmsUrd, - ConstructX, - (M = MakeStructuralUrd) --- IrregUrd - in { - -oper - possible_A = mkA "mmkn" ; - necessary_A = mkA "Zrwry" ; - own_A = mkA "apna" ; - have_VV = mkVV have_V ; - provably_Adv = ParadigmsUrd.mkAdv "sabt" ; - provable_A = mkA "sabt" ; - false_A = mkA "GlT" ; - such_A = mkA "aisa" ; - - genitiveNP np = mkNP (GenNP np) ; - - kilogram_CN = mkCN (mkN "klwgram") ; - - each_Det = ExtraUrd.each_Det ; - - that_Subj = M.mkSubj "kh" ; - - comma_and_Conj = mkConj [] "awr" plural ; - comma_or_Conj = mkConj [] "ya" singular ; - slash_Conj = mkConj [] "/" singular ; - - whose_IDet = M.mkIDet "ks ka" singular ; - - eachOf np = mkNP (mkNP each_Det) (SyntaxUrd.mkAdv part_Prep np) ; - - adj_thatCl : A -> S -> Cl = \a,s -> mkCl (mkVP (mkAP (mkAP a) s)) ; - -} -- cgit v1.2.3