From 687f0cefc8ad97551934b1e836e1ba755694fbd9 Mon Sep 17 00:00:00 2001 From: Aarne Ranta Date: Mon, 22 Jul 2024 21:10:50 +0200 Subject: [PATCH] lost AP.ext in CompAP restored, Inv worder still to be fixed --- src/german/VerbGer.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/german/VerbGer.gf b/src/german/VerbGer.gf index d5688a3be..b2e5b557a 100644 --- a/src/german/VerbGer.gf +++ b/src/german/VerbGer.gf @@ -109,7 +109,7 @@ concrete VerbGer of Verb = CatGer ** open Prelude, ResGer, Coordination in { UseCopula = predV sein_V ; - CompAP ap = {s = \\_ => ap.c.p1 ++ ap.s ! APred ++ ap.c.p2 ; ext = ap.ext} ; + CompAP ap = {s = \\_ => ap.c.p1 ++ ap.s ! APred ++ ap.c.p2 ; ext = ap.s2 ! Nom ++ ap.ext} ; CompNP np = {s = \\_ => np.s ! False ! Nom ++ np.rc ; ext = np.ext} ; CompAdv a = {s = \\_ => a.s ; ext = []} ;