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/discourse/DiscourseFin.gf | 40 -------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 examples/discourse/DiscourseFin.gf (limited to 'examples/discourse/DiscourseFin.gf') diff --git a/examples/discourse/DiscourseFin.gf b/examples/discourse/DiscourseFin.gf deleted file mode 100644 index 59e730f22..000000000 --- a/examples/discourse/DiscourseFin.gf +++ /dev/null @@ -1,40 +0,0 @@ ---# -path=.:present - -concrete DiscourseFin of Discourse = - LexiconFin, - NounFin, VerbFin - [SlashV2VNP,SlashVV, Slash2V3, Slash3V3], - AdjectiveFin, AdverbFin, - StructuralFin - [nobody_NP,nothing_NP], - TenseX -** open SyntaxFin, (P = ParadigmsFin), (R = ParamX), (E = ExtraFin), Prelude in { - -lincat - Clause = E.ClPlus ; - Marker = E.Part ; - -lin - PreSubjS marker temp pol cl = - E.S_SVO marker temp pol cl ; - PreVerbS marker temp pol cl = - E.S_VSO marker temp pol cl ; - PreObjS marker temp pol cl = - E.S_OSV marker temp pol cl ; - PreAdvS marker temp pol cl = - E.S_ASV marker temp pol cl ; - - NoFocClause np vps obj adv = - E.PredClPlus np (mkVP (mkVP vps obj) adv) ; - FocSubjClause np vps obj adv = - E.PredClPlusFocSubj np (mkVP (mkVP vps obj) adv) ; - FocVerbClause np vps obj adv = - E.PredClPlusFocVerb np (mkVP (mkVP vps obj) adv) ; --- FocObjClause np vps obj adv = --- lin ClPlus (E.PredClPlusFocObj np (mkVP vps adv) obj) ; - FocAdvClause np vps obj adv = - lin ClPlus (E.PredClPlusFocAdv np (mkVP vps obj) adv) ; - - neutralMarker = E.noPart ; - remindMarker = E.han_Part ; - contrastMarker = E.pas_Part ; - -} -- cgit v1.2.3