diff options
| author | virk.shafqat <virk.shafqat@gmail.com> | 2011-05-12 16:24:00 +0000 |
|---|---|---|
| committer | virk.shafqat <virk.shafqat@gmail.com> | 2011-05-12 16:24:00 +0000 |
| commit | d024a7665d94bb2c2b9a90ced21533f0fbc0fbf0 (patch) | |
| tree | 83512e240cc9bd32384168f9154b4f0e6a7f307b /examples/phrasebook/SentencesUrd.gf | |
| parent | b7e638e534db04bbf4411f5408b684371c86f7f8 (diff) | |
refinementsUrdPhrbook-2011-05-12
Diffstat (limited to 'examples/phrasebook/SentencesUrd.gf')
| -rw-r--r-- | examples/phrasebook/SentencesUrd.gf | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/examples/phrasebook/SentencesUrd.gf b/examples/phrasebook/SentencesUrd.gf index 154ca1d7d..59b35d846 100644 --- a/examples/phrasebook/SentencesUrd.gf +++ b/examples/phrasebook/SentencesUrd.gf @@ -1,4 +1,14 @@ -concrete SentencesUrd of Sentences = NumeralUrd ** SentencesI - [sing] with +concrete SentencesUrd of Sentences = NumeralUrd ** SentencesI - [sing,IFemale,YouFamFemale,YouPolFemale] with (Syntax = SyntaxUrd), (Symbolic = SymbolicUrd), - (Lexicon = LexiconUrd) + (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) ; + YouPolFemale = mkPerson (P.personalPN ap ap ap apka apky apkE apky Pl Fem Pers2_Respect); + + } ; |
