forked from GitHub/gf-core
refinementsPnb-2011-05-10
This commit is contained in:
@@ -3,7 +3,14 @@
|
||||
incomplete concrete ExtraHindustani of ExtraHindustaniAbs = CatHindustani **
|
||||
open CommonHindustani,Coordination,ResHindustani, ParamX in {
|
||||
lin
|
||||
GenNP np = {s = \\_,_,_ => np.s ! NPC Obl ++ "كا" ; a = np.a} ;
|
||||
-- GenNP np = {s = \\_,_,_ => np.s ! NPC Obl ++ "كا" ; a = np.a} ;
|
||||
GenNP np = {s = table {
|
||||
case <g,n,c> of {
|
||||
<Masc,_,_> => np.s ! NPC Obl ++ "كا" ;
|
||||
<Fem,_,_> => np.s ! NPC Obl ++ "كی"
|
||||
};
|
||||
};
|
||||
a = np.a} ;
|
||||
|
||||
each_Det = mkDet "ہر كوی" "ہر كوی" "ہر كوی" "ہر كوی" Sg ;
|
||||
have_V = mkV "راكھنا";
|
||||
|
||||
Reference in New Issue
Block a user