summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesHin.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2012-10-15 09:02:39 +0000
committeraarne <aarne@chalmers.se>2012-10-15 09:02:39 +0000
commite2817244a26f7197f5106de75493e000e926debd (patch)
tree2977c64bc055e3eba383e2c132866802a66192f8 /examples/phrasebook/SentencesHin.gf
parenta3aa54a74691a14ebdabba41ce0554aafcf73854 (diff)
some fixes to make Phrasebook compilable more easily
Diffstat (limited to 'examples/phrasebook/SentencesHin.gf')
-rw-r--r--examples/phrasebook/SentencesHin.gf6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/phrasebook/SentencesHin.gf b/examples/phrasebook/SentencesHin.gf
index 607d86963..da2719795 100644
--- a/examples/phrasebook/SentencesHin.gf
+++ b/examples/phrasebook/SentencesHin.gf
@@ -1,4 +1,5 @@
-concrete SentencesHin of Sentences = NumeralHin ** SentencesI - [sing,IFemale,YouFamFemale,YouPolFemale,MMust,YouPlurFamFemale,YouPlurPolFemale,YouFamMale] with
+concrete SentencesHin of Sentences = NumeralHin ** SentencesI -
+ [sing,IFemale,YouFamFemale,YouPolFemale,MMust,YouPlurFamFemale,YouPlurPolFemale,YouFamMale,mkGreeting] with
(Syntax = SyntaxHin),
(Symbolic = SymbolicHin),
(Lexicon = LexiconHin) **
@@ -18,6 +19,9 @@ concrete SentencesHin of Sentences = NumeralHin ** SentencesI - [sing,IFemale,
flags coding = utf8 ;
oper
+ mkGreeting = ss ;
+
+oper
myN = "मैं" ;
mjh = "मुझ" ;
myra = "मेरा" ;