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

@@ -22,7 +22,7 @@ concrete SentenceGer of Sentence = CatGer ** open ResGer in {
SlashVVV2 np vv v2 =
mkClause (np.s ! Nom) np.a
(insertObj (\\a => v2.prefix ++ infPart vv.isAux ++ v2.s ! VInf)
(insertInf (v2.prefix ++ infPart vv.isAux ++ v2.s ! VInf)
(predVGen vv.isAux vv)) **
{c2 = v2.c2} ;