From c6f4edaea5f1074ba682fac5d711016f0136998f Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Wed, 4 Jul 2018 10:09:58 +0200 Subject: Remove examples directory; these now live in gf-contrib All changes have been reflected in the gf-contrib repository: https://github.com/GrammaticalFramework/gf-contrib Now, for WebSetup to build the example grammars, one must have gf-contrib cloned in the same top-level directory as GF. When this isn't the case, WebSetup displays a notice without failing. --- examples/phrasebook/SentencesLav.gf | 50 ------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 examples/phrasebook/SentencesLav.gf (limited to 'examples/phrasebook/SentencesLav.gf') diff --git a/examples/phrasebook/SentencesLav.gf b/examples/phrasebook/SentencesLav.gf deleted file mode 100644 index 33d34b99d..000000000 --- a/examples/phrasebook/SentencesLav.gf +++ /dev/null @@ -1,50 +0,0 @@ -concrete SentencesLav of Sentences = NumeralLav ** SentencesI - [ - LAnguage, - PLanguage, - NPNationality, - mkNPNationality, - NameNN, - IFemale, - YouFamFemale, - YouPolFemale, - WeFemale, - YouPlurFamFemale, - YouPlurPolFemale, - TheyFemale -] -with - (Syntax = SyntaxLav), - (Symbolic = SymbolicLav), - (Lexicon = LexiconLav) ** -open - Prelude, - SyntaxLav, - (P = ParadigmsLav), - ExtraLav -in { - - lincat - LAnguage = NPLanguage ; - - lin - PLanguage x = mkPhrase (mkUtt x.lang) ; - - NameNN = mkNP (P.mkN "NN") ; - - IFemale = mkPerson i8fem_Pron ; - YouFamFemale = mkPerson youSg8fem_Pron ; - YouPolFemale = mkPerson youPol8fem_Pron ; - WeFemale = mkPerson we8fem_Pron ; - YouPlurFamFemale, YouPlurPolFemale = mkPerson youPl8fem_Pron ; - TheyFemale = mkPerson they8fem_Pron ; - - oper - NPLanguage : Type = {lang : NP ; modif : Adv} ; - NPNationality : Type = {lang : NPLanguage ; country : NP ; prop : A} ; - - mkNPNationality : NPLanguage -> NP -> A -> NPNationality = \la,co,pro -> { - lang = la ; - country = co ; - prop = pro - } ; -} -- cgit v1.2.3