From e07c9ee044cc888e9eef3a6ea8d722a36c801f8b Mon Sep 17 00:00:00 2001 From: Hans Leiss Date: Sat, 5 Aug 2023 19:42:33 +0200 Subject: [PATCH] Missing application of vp.c2.s to GPl in ExtendGer added --- src/german/ExtendGer.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/german/ExtendGer.gf b/src/german/ExtendGer.gf index e33ec17fa..b600ecdc1 100644 --- a/src/german/ExtendGer.gf +++ b/src/german/ExtendGer.gf @@ -167,7 +167,7 @@ lin PastPartAgentAP vp np = in { s = \\af => (vp.nn ! a).p1 ++ (vp.nn ! a).p2 ++ (vp.nn ! a).p3 ++ vp.a2 ++ agent ++ vp.adj ++ vp.inf.inpl.p2 - ++ vp.c2.s -- junk if not TV + ++ vp.c2.s ! GPl -- junk if not TV ++ vp.ext ++ (vp.inf.extr ! a) ++ vp.s.s ! VPastPart af ; isPre = True ; c = <[],[]> ;