diff --git a/src/finnish/ExtendFin.gf b/src/finnish/ExtendFin.gf index 970d473e5..7750f63a4 100644 --- a/src/finnish/ExtendFin.gf +++ b/src/finnish/ExtendFin.gf @@ -8,6 +8,7 @@ concrete ExtendFin of Extend = ,CompoundN, GenNP, GenIP, AdvIsNP, EmbedSSlash ,PassVPSlash, PassAgentVPSlash ,CardCNCard + ,UttAccNP ] with (Grammar = GrammarFin) ** @@ -17,6 +18,7 @@ concrete ExtendFin of Extend = ResFin, StemFin, (S=StemFin), + (P=PhraseFin), IdiomFin, Coordination, Prelude, @@ -234,4 +236,6 @@ lin CardCNCard card cn = { n = Pl } ; +lin UttAccNP np = {s = P.addNegation np.isNeg ++ np.s ! NPAcc} ; + }