ImpP3 in Ita, Swe ; order fixed in Fre (but not necessarily the only correct one)

This commit is contained in:
Aarne Ranta
2024-05-07 15:53:33 +02:00
parent 18716dbbd5
commit 03e81a3fab
4 changed files with 13 additions and 4 deletions

View File

@@ -61,8 +61,10 @@ concrete IdiomFin of Idiom = CatFin **
ImpP3 np vp =
let vps = (sverb2verbSep vp.s).s ! ImperP3 (verbAgr np.a).n
in
{s = np.s ! subjcase2npform vp.s.sc ++ vps ++
vp.s2 ! True ! Pos ! np.a ++ vp.adv ! Pos ++ vp.ext
{s = vps ++
np.s ! subjcase2npform vp.s.sc ++
vp.s2 ! True ! Pos ! np.a ++
vp.adv ! Pos ++ vp.ext
} ;
SelfAdvVP vp = insertAdv (\\_ => "itse") vp ;