mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Por) bug/typo in MkImperative
- should use the person we select, not the one that is provided (which is always P2)
This commit is contained in:
@@ -69,7 +69,7 @@ instance DiffPor of DiffRomance - [iAdvQuestionInv,chooseTA,otherInv,partAgr,sta
|
|||||||
clit = vp.clit1 ++ vp.clit2 ;
|
clit = vp.clit1 ++ vp.clit2 ;
|
||||||
hasClit = vp.clit3.hasClit ;
|
hasClit = vp.clit3.hasClit ;
|
||||||
imper = vp.s.s ! vImper n pe ;
|
imper = vp.s.s ! vImper n pe ;
|
||||||
subj = vp.s.s ! VFin (VPres Conjunct) n p ;
|
subj = vp.s.s ! VFin (VPres Conjunct) n pe ;
|
||||||
neg = vp.neg ! pol ;
|
neg = vp.neg ! pol ;
|
||||||
agr = {g = g ; n = n ; p = pe} ;
|
agr = {g = g ; n = n ; p = pe} ;
|
||||||
compl = neg.p2 ++ vp.comp ! agr ++ vp.ext ! pol
|
compl = neg.p2 ++ vp.comp ! agr ++ vp.ext ! pol
|
||||||
|
|||||||
Reference in New Issue
Block a user