From 64553374304ffd715924d51a845b5ab456fbc382 Mon Sep 17 00:00:00 2001 From: Hans Leiss Date: Sun, 14 Jan 2024 18:00:07 +0100 Subject: [PATCH] (Ger) Comment in lincat AP of CatGer corrected --- src/german/CatGer.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/german/CatGer.gf b/src/german/CatGer.gf index 7782ca1a7..25496bf36 100644 --- a/src/german/CatGer.gf +++ b/src/german/CatGer.gf @@ -45,10 +45,10 @@ concrete CatGer of Cat = -- Adjective (HL 7/23: we need c : Agr => Str * Str to handle reflexive objects, cf ReflA2) AP = { - s : AForm => Str ; + s : AForm => Str ; -- (strong) adjective paradigm s2 : Case => Str ; -- comparison np, e.g. [s kleineres] (Tier) [s2 als den Hund] HL 1/34 isPre : Bool ; -- pre-nominal as attribute, e.g. False with sentential complement - c: Str * Str ; -- pp,np-complement, e.g. (ich bin) [c1 ihm] treu ; stolz [c2 auf dich] + c: Str * Str ; -- np,pp-complement, e.g. (ich bin) [c1 ihm] treu ; stolz [c2 auf dich] ext : Str -- s,inf-complement, (du bist) so klug (gewesen) [ext ihn zu lesen] } ;