diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-07-04 10:09:58 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-07-04 10:09:58 +0200 |
| commit | c6f4edaea5f1074ba682fac5d711016f0136998f (patch) | |
| tree | bb49b8bac2e3cafd3c1f997115bf5bb841554eab /examples/phrasebook/GreetingsSnd.gf | |
| parent | 00476ae38687fb7d33081130822cbd4e8f34cfd3 (diff) | |
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.
Diffstat (limited to 'examples/phrasebook/GreetingsSnd.gf')
| -rw-r--r-- | examples/phrasebook/GreetingsSnd.gf | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/examples/phrasebook/GreetingsSnd.gf b/examples/phrasebook/GreetingsSnd.gf deleted file mode 100644 index bc579d189..000000000 --- a/examples/phrasebook/GreetingsSnd.gf +++ /dev/null @@ -1,29 +0,0 @@ -concrete GreetingsSnd of Greetings = SentencesSnd [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 "قسمت ڀلي هجي" ;
-}
|
