From 467153c737041152b614d647e11a299aecf8a1f7 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 6 Nov 2016 18:11:31 +0000 Subject: [PATCH] extrapos field added in German UseComp --- lib/src/german/VerbGer.gf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/german/VerbGer.gf b/lib/src/german/VerbGer.gf index 0efc30df4..e08640add 100644 --- a/lib/src/german/VerbGer.gf +++ b/lib/src/german/VerbGer.gf @@ -64,7 +64,8 @@ concrete VerbGer of Verb = CatGer ** open Prelude, ResGer, Coordination in { insertObj (\\_ => appPrepNP v.c2 np) ( predVGen v.isAux v)))) ** {c2 = v.c2} ; - UseComp comp = insertObj comp.s (predV sein_V) ; -- agr not used + UseComp comp = + insertExtrapos comp.ext (insertObj comp.s (predV sein_V)) ; -- agr not used -- adj slot not used here for e.g. "ich bin alt" but same behaviour as NPs? -- "ich bin nicht alt" "ich bin nicht Doris"