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/SentencesHin.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/SentencesHin.gf')
| -rw-r--r-- | examples/phrasebook/SentencesHin.gf | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/examples/phrasebook/SentencesHin.gf b/examples/phrasebook/SentencesHin.gf deleted file mode 100644 index da2719795..000000000 --- a/examples/phrasebook/SentencesHin.gf +++ /dev/null @@ -1,42 +0,0 @@ -concrete SentencesHin of Sentences = NumeralHin ** SentencesI - - [sing,IFemale,YouFamFemale,YouPolFemale,MMust,YouPlurFamFemale,YouPlurPolFemale,YouFamMale,mkGreeting] with - (Syntax = SyntaxHin), - (Symbolic = SymbolicHin), - (Lexicon = LexiconHin) ** - open - (P=ParadigmsHin), - ParamX, - CommonHindustani in { - lin IFemale = mkPerson (P.personalPN myN mjh "" myra myry myrE myry Sg Fem Pers1) ; - YouFamMale = mkPerson (P.personalPN tum tum tum tumhara tumhary tumharay tumhary Pl Masc Pers2_Familiar) ; - YouFamFemale = mkPerson (P.personalPN tw tw tw tyra tyry tyrE tyry Sg Fem Pers2_Casual) ; - YouPolFemale = mkPerson (P.personalPN ap ap ap apka apky apkE apky Pl Fem Pers2_Respect); - YouPlurFamFemale = mkPerson (P.personalPN tum tum tum tumhara tumhary tumharay tumhary Pl Fem Pers2_Familiar) ; - YouPlurPolFemale = mkPerson (P.personalPN ap ap ap apka apky apkE apky Pl Fem Pers2_Respect) ; - - - -flags coding = utf8 ; - -oper - mkGreeting = ss ; - -oper - myN = "मैं" ; - mjh = "मुझ" ; - myra = "मेरा" ; - myry = "मेरी" ; - myrE = "मेरे" ; - tw = "तू" ; - tum = "तुम" ; - tyra = "तेरा" ; - tyry = "तेरी" ; - tyrE = "तेरे" ; - tumhara = "तुम्हारा" ; - tumhary = "तुम्हारी" ; - tumharay = "तुम्हारे" ; - ap = "आप" ; - apka = ["आप का"] ; - apky = ["आप की"] ; - apkE = ["आप के"] ; - } ; |
