summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesUrd.gf
diff options
context:
space:
mode:
authorvirk.shafqat <virk.shafqat@gmail.com>2011-05-13 21:51:16 +0000
committervirk.shafqat <virk.shafqat@gmail.com>2011-05-13 21:51:16 +0000
commitd101d16cae1c2aad2ad82651e933f377b86eb18a (patch)
tree054c2b95c536f2f35f8c234685c466707bf485f7 /examples/phrasebook/SentencesUrd.gf
parentc3669542d1e273f69c6848e5eea9e001936c16bf (diff)
refinementsUrdPhrasebook-2011-05-13
Diffstat (limited to 'examples/phrasebook/SentencesUrd.gf')
-rw-r--r--examples/phrasebook/SentencesUrd.gf4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/phrasebook/SentencesUrd.gf b/examples/phrasebook/SentencesUrd.gf
index 894df4089..9ab6013bb 100644
--- a/examples/phrasebook/SentencesUrd.gf
+++ b/examples/phrasebook/SentencesUrd.gf
@@ -1,11 +1,10 @@
-concrete SentencesUrd of Sentences = NumeralUrd ** SentencesI - [sing,IFemale,YouFamFemale,YouPolFemale] with
+concrete SentencesUrd of Sentences = NumeralUrd ** SentencesI - [sing,IFemale,YouFamFemale,YouPolFemale] with
(Syntax = SyntaxUrd),
(Symbolic = SymbolicUrd),
(Lexicon = LexiconUrd) **
open
(P=ParadigmsUrd),
ParamX,
- StringsUrdu,
CommonHindustani in {
lin IFemale = mkPerson (P.personalPN myN mjh "" myra myry myrE myry Sg Fem Pers1) ;
YouFamFemale = mkPerson (P.personalPN tw tw tw tyra tyry tyrE tyry Sg Fem Pers2_Casual) ;
@@ -28,5 +27,4 @@ oper
apka = ["آپ كا"] ;
apky = ["آپ كی"] ;
apkE = ["آپ كے"] ;
-
} ;