added missing adverb to infinitives in Fin and Rus (but something is still omitted in Rus)

This commit is contained in:
aarne
2012-12-07 14:27:22 +00:00
parent f64009fbb3
commit 25838cc895
2 changed files with 2 additions and 2 deletions

View File

@@ -410,7 +410,7 @@ oper
_ => False -- minun täytyy nähdä auto
} ;
verb = vp.s ! VIInf vi ! Simul ! Pos ! agr ; -- no "ei"
compl = vp.s2 ! fin ! pol ! agr ++ vp.ext -- but compl. case propagated
compl = vp.s2 ! fin ! pol ! agr ++ vp.adv ! pol ++ vp.ext -- but compl. case propagated
in
verb.fin ++ verb.inf ++ compl ;