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

@@ -54,6 +54,8 @@ concrete IdiomSwe of Idiom = CatSwe **
insertObj (\\a => "att" ++ infVP vp a) (predV (partV hålla_V "på")) ;
ImpPl1 vp = {s = ["låt oss"] ++ infVP vp {g = Utr ; n = Pl ; p = P1}} ;
ImpP3 np vp = {s = "låt" ++ np.s ! accusative ++ infVP vp {g = np.a.g ; n = np.a.n ; p = np.a.p}} ;
SelfAdvVP vp = insertObj (\\a => sjalv a.g a.n) vp ;
SelfAdVVP vp = insertAdVAgr (\\a => sjalv a.g a.n) vp ;