few changes in ParseHin

This commit is contained in:
virk.shafqat
2013-03-04 09:05:56 +00:00
parent e61f2f8d03
commit 5e835de380
3 changed files with 10 additions and 6 deletions

View File

@@ -37,6 +37,8 @@ incomplete concrete VerbHindustani of Verb = CatHindustani ** open CommonHindust
CompNP np = {s = \\_ => np.s ! NPC Dir} ;
CompAdv adv = {s = \\a => adv.s ! giveGender a} ;
CompCN cn = {s = \\a => cn.s ! giveNumber a ! Dir} ;
VPSlashPrep vp p = vp ** {c2 = p.s ; c = VTrans } ;
}