added voice parameter to Scandinavian VP to enable PassVPSlash with the s-passive; some additions and corrections in DictEngSwe

This commit is contained in:
aarne
2013-11-07 21:41:58 +00:00
parent 6729cca568
commit eaab0660bd
7 changed files with 55 additions and 39 deletions

View File

@@ -12,7 +12,7 @@ incomplete concrete SentenceScand of Sentence =
s = \\pol,n =>
let
agr = {g = Utr ; n = n ; p = P2} ;
verb = vp.s ! VPImperat ;
verb = vp.s ! Act ! VPImperat ;
in
verb.fin ++ vp.a1 ! pol ++ verb.inf ++ vp.n2 ! agr ++ vp.a2 ++ vp.ext
} ;