1
0
forked from GitHub/gf-core

order of complements in Finnish

This commit is contained in:
aarne
2010-06-22 11:29:33 +00:00
parent ccf4c037a6
commit f89e8bc295

View File

@@ -240,7 +240,7 @@ oper
insertObj : (Bool => Polarity => Agr => Str) -> VP -> VP = \obj,vp -> {
s = vp.s ;
s2 = \\fin,b,a => obj ! fin ! b ! a ++ vp.s2 ! fin ! b ! a ;
s2 = \\fin,b,a => vp.s2 ! fin ! b ! a ++ obj ! fin ! b ! a ;
ext = vp.ext ;
sc = vp.sc ;
qp = vp.qp