added ExtendSwe.UttAccNP

This commit is contained in:
aarneranta
2020-05-18 16:17:44 +02:00
parent 26507ce3c6
commit 863aa1f8eb

View File

@@ -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} ;
}