fixed the place of negation in German passives

This commit is contained in:
aarne
2006-03-06 20:58:11 +00:00
parent cf2d695f74
commit a2d2e268d3
3 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ concrete VerbGer of Verb = CatGer ** open Prelude, ResGer in {
ReflV2 v = insertObj (\\a => appPrep v.c2 (reflPron ! a)) (predV v) ;
PassV2 v = insertObj (\\_ => v.s ! VPastPart APred) (predV werdenPass) ;
PassV2 v = insertInf (v.s ! VPastPart APred) (predV werdenPass) ;
UseVS, UseVQ = \v -> v ** {c2 = noPreposition Acc} ;