From 863aa1f8eb1453f3a26537ac5065d0054f85d454 Mon Sep 17 00:00:00 2001 From: aarneranta Date: Mon, 18 May 2020 16:17:44 +0200 Subject: [PATCH] added ExtendSwe.UttAccNP --- src/swedish/ExtendSwe.gf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/swedish/ExtendSwe.gf b/src/swedish/ExtendSwe.gf index 4d0812cdf..214d63351 100644 --- a/src/swedish/ExtendSwe.gf +++ b/src/swedish/ExtendSwe.gf @@ -13,7 +13,8 @@ concrete ExtendSwe of Extend = CatSwe ** AdAdV, PositAdVAdj, GerundCN, GerundNP, GerundAdv, PresPartAP, PastPartAP, PastPartAgentAP, RNP, RNPList, ReflRNP, ReflPron, ReflPoss, PredetRNP, ConjRNP, Base_rr_RNP, Base_nr_RNP, Base_rn_RNP, Cons_rr_RNP, Cons_nr_RNP, - CompoundN, CompoundAP, AdvIsNP + CompoundN, CompoundAP, AdvIsNP, + UttAccNP ] with (Grammar = GrammarSwe) ** @@ -285,4 +286,6 @@ concrete ExtendSwe of Extend = CatSwe ** AdvIsNP adv np = PredVP {s = \\_ => adv.s ; a = np.a ; isPron = False} (UseComp (CompNP np)) ; EmbedSSlash ss = {s = "det" ++ ss.s ! Main ++ ss.c2.s ++ ss.n3 ! agrUSgP3} ; + + UttAccNP np = {s = np.s ! NPAcc} ; }