mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 02:32:50 -06:00
fixed the place of negation in German passives
This commit is contained in:
@@ -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} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user