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/query/LexQueryFre.gf | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 examples/query/LexQueryFre.gf (limited to 'examples/query/LexQueryFre.gf') diff --git a/examples/query/LexQueryFre.gf b/examples/query/LexQueryFre.gf deleted file mode 100644 index 85d42ff0d..000000000 --- a/examples/query/LexQueryFre.gf +++ /dev/null @@ -1,32 +0,0 @@ -instance LexQueryFre of LexQuery = - open SyntaxFre, (M = MakeStructuralFre), ParadigmsFre, ExtraFre, IrregFre in { - -oper - located_A : A = mkA "situé" ; - - giveMe = \np -> mkVP (mkV2 (mkV "montrer")) np ; --- - know_V2 = IrregFre.savoir_V2 ; - --- structural words - about_Prep : Prep = mkPrep "sur" ; - all_NP : NP = mkNP (mkPN "tout") ; --- - also_AdV : AdV = mkAdV "aussi" ; - also_AdA : AdA = mkAdA "aussi" ; - as_Prep : Prep = mkPrep "pour" ; --- only used for "vad har X för Y" - at_Prep : Prep = mkPrep "chez" ; --- | mkPrep "hos" | mkPrep "vid" ; - that_RP = which_RP ; - - participlePropCN : Prop -> CN -> CN = variants {} ; - - vpAP _ = mkAP (mkA "nonexistant") ; --- not used, see LexQuery.participlePropCN - - called_A : A = mkA "appelé" ; - - information_N : N = mkN "information" feminine ; - other_A : A = prefixA (mkA "autre") ; - otherwise_AdV : AdV = mkAdV "autrement" ; - otherwise_AdA : AdA = mkAdA "autrement" ; - what_IQuant : IQuant = which_IQuant ; - - -} -- cgit v1.2.3