1
0
forked from GitHub/gf-rgl

refinements-2011-05-19

This commit is contained in:
virk.shafqat
2011-05-19 15:19:15 +00:00
parent f8d04924ff
commit b168fed8f7
4 changed files with 6 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ incomplete concrete NounHindustani of Noun =
} ; } ;
DefArt = {s = \\_,_,_ => [] ; a = defaultAgr} ; DefArt = {s = \\_,_,_ => [] ; a = defaultAgr} ;
IndefArt = {s = \\_,_,_ => [] ; a =defaultAgr } ; IndefArt = {s = \\n,_,_ => case n of {Sg => indfArt ; Pl => []} ; a =defaultAgr } ;
MassNP cn = {s = \\c => toNP (cn.s ! Sg) c ; a = agrP3 cn.g Sg} ; MassNP cn = {s = \\c => toNP (cn.s ! Sg) c ; a = agrP3 cn.g Sg} ;

View File

@@ -16,5 +16,6 @@ oper
waN = "waN" ; waN = "waN" ;
comma = "," ; comma = "," ;
indfArt = "ayk" ;
} }

View File

@@ -1,4 +1,4 @@
--# -path=.:../abstract:../common:../prelude:c:/gf_unicoded/hindustani --# -path=.:../abstract:../common:../prelude
concrete GrammarUrd of Grammar = concrete GrammarUrd of Grammar =
NounUrd, NounUrd,
@@ -11,7 +11,8 @@
RelativeUrd, RelativeUrd,
ConjunctionUrd, ConjunctionUrd,
PhraseUrd, PhraseUrd,
TextX - [Adv,AdN], TextUrd - [Adv,AdN],
-- TextX - [Adv,AdN],
StructuralUrd, StructuralUrd,
TenseX - [Adv,AdN], TenseX - [Adv,AdN],
IdiomUrd IdiomUrd

View File

@@ -16,5 +16,6 @@ oper
waN = "واں" ; waN = "واں" ;
comma = "," ; comma = "," ;
indfArt = "ایك" ;
} }