summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesUrd.gf
diff options
context:
space:
mode:
authorvirk.shafqat <virk.shafqat@gmail.com>2011-05-11 00:11:52 +0000
committervirk.shafqat <virk.shafqat@gmail.com>2011-05-11 00:11:52 +0000
commitb7e638e534db04bbf4411f5408b684371c86f7f8 (patch)
tree14be1135ce5051b049e8008c2b887495520c79f5 /examples/phrasebook/SentencesUrd.gf
parentd106bdd54aa5155b1972257c2584def8084a0977 (diff)
refinementsUrdPnb-2011-05-11
Diffstat (limited to 'examples/phrasebook/SentencesUrd.gf')
-rw-r--r--examples/phrasebook/SentencesUrd.gf13
1 files changed, 2 insertions, 11 deletions
diff --git a/examples/phrasebook/SentencesUrd.gf b/examples/phrasebook/SentencesUrd.gf
index be3538ba3..154ca1d7d 100644
--- a/examples/phrasebook/SentencesUrd.gf
+++ b/examples/phrasebook/SentencesUrd.gf
@@ -1,13 +1,4 @@
-concrete SentencesUrd of Sentences = NumeralUrd ** SentencesI - [sing,YouFamFemale] with
+concrete SentencesUrd of Sentences = NumeralUrd ** SentencesI - [sing] with
(Syntax = SyntaxUrd),
(Symbolic = SymbolicUrd),
- (Lexicon = LexiconUrd) **
- open
- (S=SyntaxUrd),
- (P=ParadigmsUrd) in {
-lin YouFamFemale = mkPersonUrd youSg_Pron "تیری" ;
-
-oper
- mkPersonUrd : Pron -> Str -> {name : NP ; isPron : Bool ; poss : Quant} = \p,s ->
- {name = mkNP (P.mkN s) ; isPron = True ; poss = mkQuant p} ;
- } ;
+ (Lexicon = LexiconUrd)