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/GreetingsUrd.gf | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 examples/phrasebook/GreetingsUrd.gf (limited to 'examples/phrasebook/GreetingsUrd.gf') diff --git a/examples/phrasebook/GreetingsUrd.gf b/examples/phrasebook/GreetingsUrd.gf deleted file mode 100644 index 1d004e2ca..000000000 --- a/examples/phrasebook/GreetingsUrd.gf +++ /dev/null @@ -1,29 +0,0 @@ -concrete GreetingsUrd of Greetings = SentencesUrd [mkGreeting,Greeting] ** open (P=Prelude) in { - --- lincat --- Greeting = {s : Str; lock_Text : {}} ; -flags coding = utf8 ; -lin - GBye = P.ss "خدا حافظ" ; - GCheers = P.ss "چیرز" ; - GDamn = P.ss "اف" ; - GExcuse, GExcusePol = P.ss "معاف كیجیے گا" ; - GGoodDay = P.ss "دن بخیر" ; ---- - GGoodEvening = P.ss "شام بخیر" ; - GGoodMorning = P.ss "صبح بخیر" ; - GGoodNight = P.ss "رات بخیر" ; - GGoodbye = P.ss "خدا حافظ" ; - GHello = P.ss "اسلام علیكم" ; - GHelp = P.ss "مدد" ; - GHowAreYou = P.ss "آپ كیسی ہو" ; - GLookOut = P.ss "دیكھ كر" ; - GNiceToMeetYou, GNiceToMeetYouPol = P.ss "آپ سے مل كر اچھا لگا" ; - GPleaseGive, GPleaseGivePol = P.ss "مہربانی كر كے" ; - GSeeYouSoon = P.ss "ملتے ہیں" ; - GSorry, GSorryPol = P.ss "معاف كیجیے گا" ; - GThanks = P.ss "شكریہ" ; - GTheCheck = P.ss "بل" ; - GCongratulations = P.ss "مبارك ہو"; - GHappyBirthday = P.ss "سالگرہ مبارك" ; - GGoodLuck = P.ss "گڈ لك" ; -} -- cgit v1.2.3