added SCAcc in Finnish and fixed the subject form in passives

This commit is contained in:
Aarne Ranta
2023-08-15 22:16:20 +03:00
parent 7d483b1539
commit a9408305df
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -378,7 +378,8 @@ oper
s = \\t,a,b =>
let
agrfin = case vp.sc of {
SCNom => <agr,True> ;
SCNom => <agr, True> ;
SCAcc => <agrP3 Sg, True> ;
_ => <agrP3 Sg,False> -- minun täytyy, minulla on
} ;
verb = vp.s ! VIFin t ! a ! b ! agrfin.p1 ;