1
0
forked from GitHub/gf-rgl

CompCN in Hindustani and Pnb by Shafqat

This commit is contained in:
aarne
2010-12-08 10:59:48 +00:00
parent 0a5e62cd2e
commit 0f7e865b67
4 changed files with 81 additions and 79 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} ;
}