mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
few changes in ParseHin
This commit is contained in:
@@ -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 } ;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user