1
0
forked from GitHub/gf-rgl

fixed order in passive voice

This commit is contained in:
EkaterinaVoloshina
2024-03-15 17:29:34 +01:00
parent 6ae9123f87
commit d6cb2806ff

View File

@@ -178,7 +178,7 @@ lin
PassVPSlash vps = case vps.verb.asp of {
Perfective => vps ** {
verb=copulaEll ;
compl=\\p,a => vps.compl ! p ! a ++ shortPastPassPart vps.verb (agrGenNum a) ++ vps.c.s
compl=\\p,a => shortPastPassPart vps.verb (agrGenNum a) ++ vps.compl ! p ! a ++ vps.c.s
} ;
Imperfective => vps ** {
verb=(passivate vps.verb);