CompCN in Hindustani and Pnb by Shafqat

This commit is contained in:
aarne
2010-12-08 10:59:48 +00:00
parent cdea282e8b
commit 0cae4151e3
5 changed files with 84 additions and 82 deletions

View File

@@ -40,6 +40,7 @@ concrete VerbPnb of Verb = CatPnb ** open ResPnb in {
CompAP ap ={s = \\a => ap.s ! giveNumber a ! giveGender a ! Dir } ;
CompNP np = {s = \\_ => np.s ! NPObj} ;
CompAdv adv = {s = \\a => adv.s ! (fromAgr a).g } ;
CompCN cn = {s = \\a => cn.s ! giveNumber a ! Dir} ;
}