mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -06:00
romance ImpPlP1 corrected
This commit is contained in:
@@ -113,11 +113,14 @@ instance DiffFre of DiffRomance = open CommonRomance, PhonoFre, Prelude in {
|
||||
_ => <pdat ++ pacc, []>
|
||||
} ;
|
||||
|
||||
mkImperative vp = {
|
||||
mkImperative p vp = {
|
||||
s = \\pol,aag =>
|
||||
let
|
||||
agr = aag ** {p = P2} ;
|
||||
verb = (vp.s ! VPImperat).fin ! agr ;
|
||||
agr = aag ** {p = p} ;
|
||||
verb = case p of {
|
||||
P1 => (vp.s ! VPFinite (VPres Indic) Simul).fin ! agr ;
|
||||
_ => (vp.s ! VPImperat).fin ! agr --- P2 only
|
||||
} ;
|
||||
neg = vp.neg ! pol ;
|
||||
clpr = pronArgGen pol agr.n agr.p vp.clAcc vp.clDat ;
|
||||
compl = neg.p2 ++ clpr.p2 ++ vp.comp ! agr ++ vp.ext ! pol
|
||||
|
||||
Reference in New Issue
Block a user