bugFixinResHindustani

This commit is contained in:
virk.shafqat
2013-04-17 10:33:49 +00:00
parent c1390db368
commit 731854b0a1
3 changed files with 16 additions and 6 deletions

View File

@@ -28,7 +28,8 @@ incomplete concrete VerbHindustani of Verb = CatHindustani ** open CommonHindust
{c2 = vp.c2} ;
UseComp comp = insertObj comp.s (predAux auxBe) ;
AdvVP vp adv = insertObj (\\a => adv.s ! giveGender a) vp ;
-- AdvVP vp adv = insertObj (\\a => adv.s ! giveGender a) vp ;
AdvVP vp adv = insertAdV (adv.s ! Masc) vp ;
AdVVP adv vp = insertAdV adv.s vp ;