diff --git a/src/hungarian/ExtendHun.gf b/src/hungarian/ExtendHun.gf index c595a448..c6ff44b0 100644 --- a/src/hungarian/ExtendHun.gf +++ b/src/hungarian/ExtendHun.gf @@ -8,4 +8,7 @@ concrete ExtendHun of Extend = CatHun lin TPastSimple = {s = []} ** {t = Past} ; --# notpresent + CompoundN n1 n2 = + n2 ** {s = \\nc => n1.s ! SgNom ++ BIND ++ n2.s ! nc} ; + } ;