refinements-2011-05-19

This commit is contained in:
virk.shafqat
2011-05-19 15:19:15 +00:00
parent 96d8cc4c04
commit ab120fc83f
5 changed files with 13 additions and 10 deletions

View File

@@ -86,7 +86,7 @@ incomplete concrete NounHindustani of Noun =
} ;
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} ;

View File

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