refinements-2011-05-10

This commit is contained in:
virk.shafqat
2011-05-10 14:33:08 +00:00
parent 7f91547576
commit c9019e9741
3 changed files with 159 additions and 142 deletions

View File

@@ -1,4 +1,13 @@
concrete SentencesUrd of Sentences = NumeralUrd ** SentencesI - [sing] with
concrete SentencesUrd of Sentences = NumeralUrd ** SentencesI - [sing,YouFamFemale] with
(Syntax = SyntaxUrd),
(Symbolic = SymbolicUrd),
(Lexicon = LexiconUrd) ;
(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} ;
} ;