1
0
forked from GitHub/gf-core

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

@@ -36,6 +36,7 @@ incomplete concrete VerbHindustani of Verb = CatHindustani ** open CommonHindust
CompAP ap ={s = \\a => ap.s ! giveNumber a ! giveGender a ! Dir ! Posit } ;
CompNP np = {s = \\_ => np.s ! NPObj} ;
CompAdv adv = {s = \\a => adv.s ! giveGender a} ;
CompCN cn = {s = \\a => cn.s ! giveNumber a ! Dir} ;
}