extension of DictHin and ParseHin

This commit is contained in:
virk.shafqat
2013-04-08 11:14:29 +00:00
parent 830e7bfa53
commit f81f902bdd
7 changed files with 33533 additions and 28157 deletions

View File

@@ -140,5 +140,13 @@ incomplete concrete NounHindustani of Noun =
} ;
ApposCN cn np = {s = \\n,c => cn.s ! n ! Dir ++ np.s ! NPC c ; g = cn.g} ;
PossNP cn np = {s = \\n,c => case cn.g of {Masc => cn.s ! n ! c ++ ka ++ np.s ! NPC Dir ;
Fem => cn.s ! n ! c ++ ky ++ np.s ! NPC Dir } ;
g = cn.g} ;
PartNP cn np = {s = \\n,c => case cn.g of {Masc => cn.s ! n ! c ++ ka ++ np.s ! NPC Dir ;
Fem => cn.s ! n ! c ++ ky ++ np.s ! NPC Dir } ;
g = cn.g} ;
}