subject control bug in PredSwe and Eng fixed

This commit is contained in:
aarne
2014-03-06 16:13:18 +00:00
parent 8d9821a977
commit d7cc8dbe59
2 changed files with 3 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ oper
inte_Str = "inte" | "icke" | "ej" ;
liftV : Verb -> PrVerb = \v ->
{s = v.s ; p = v.part ; c1,c2 = [] ; isSubjectControl = False ; vtype = v.vtype ; vvtype = vvInfinitive} ; ---- vvtype
{s = v.s ; p = v.part ; c1,c2 = [] ; isSubjectControl = True ; vtype = v.vtype ; vvtype = vvInfinitive} ; ---- vvtype
--- junk