diff --git a/src/danish/AllDan.gf b/src/danish/AllDan.gf index feff45efa..73d6935d9 100644 --- a/src/danish/AllDan.gf +++ b/src/danish/AllDan.gf @@ -3,5 +3,5 @@ concrete AllDan of AllDanAbs = LangDan, IrregDan - [fly_V], - ExtraDan + ExtendDan ** {} ; diff --git a/src/danish/ExtendDan.gf b/src/danish/ExtendDan.gf new file mode 100644 index 000000000..ff07260e5 --- /dev/null +++ b/src/danish/ExtendDan.gf @@ -0,0 +1,26 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude +concrete ExtendDan of Extend = CatDan ** + ExtendFunctor - + [ + GenNP, GenModNP, ComplBareVS, CompBareCN, + ApposNP, DetNPMasc, DetNPFem, + StrandRelSlash, EmptyRelSlash, StrandQuestSlash, + PassVPSlash, PassAgentVPSlash, UttVPShort, ByVP, InOrderToVP, + MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV, + MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, RelVPS, + MkVPS2, ConjVPS2, ComplVPS2, ReflVPS2, MkVPI2, ConjVPI2, ComplVPI2, + ICompAP,ProDrop,EmbedSSlash, + 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, ReflPossPron, + CompoundN, CompoundAP, AdvIsNP, + A2VPSlash, N2VPSlash, + CardCNCard, + GenRP + ] + with (Grammar = GrammarDan) + ** { + + flags coding=utf8 ; + +} diff --git a/src/norwegian/AllNor.gf b/src/norwegian/AllNor.gf index bdf65c141..b5a5198be 100644 --- a/src/norwegian/AllNor.gf +++ b/src/norwegian/AllNor.gf @@ -3,5 +3,5 @@ concrete AllNor of AllNorAbs = LangNor, IrregNor - [fly_V], - ExtraNor + ExtendNor ** {} ; diff --git a/src/norwegian/ExtendNor.gf b/src/norwegian/ExtendNor.gf new file mode 100644 index 000000000..9498ea2e6 --- /dev/null +++ b/src/norwegian/ExtendNor.gf @@ -0,0 +1,26 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude +concrete ExtendNor of Extend = CatNor ** + ExtendFunctor - + [ + GenNP, GenModNP, ComplBareVS, CompBareCN, + ApposNP, DetNPMasc, DetNPFem, + StrandRelSlash, EmptyRelSlash, StrandQuestSlash, + PassVPSlash, PassAgentVPSlash, UttVPShort, ByVP, InOrderToVP, + MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV, + MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, RelVPS, + MkVPS2, ConjVPS2, ComplVPS2, ReflVPS2, MkVPI2, ConjVPI2, ComplVPI2, + ICompAP,ProDrop,EmbedSSlash, + 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, ReflPossPron, + CompoundN, CompoundAP, AdvIsNP, + A2VPSlash, N2VPSlash, + CardCNCard, + GenRP + ] + with (Grammar = GrammarNor) + ** { + + flags coding=utf8 ; + +} diff --git a/src/nynorsk/AllNno.gf b/src/nynorsk/AllNno.gf index 99f9f7cc9..00cca7273 100644 --- a/src/nynorsk/AllNno.gf +++ b/src/nynorsk/AllNno.gf @@ -3,5 +3,5 @@ concrete AllNno of AllNnoAbs = LangNno, IrregNno - [fly_V], - ExtraNno + ExtendNno ** {} ; diff --git a/src/nynorsk/ExtendNno.gf b/src/nynorsk/ExtendNno.gf new file mode 100644 index 000000000..d278a361d --- /dev/null +++ b/src/nynorsk/ExtendNno.gf @@ -0,0 +1,26 @@ +--# -path=.:../scandinavian:../abstract:../common:prelude +concrete ExtendNno of Extend = CatNno ** + ExtendFunctor - + [ + GenNP, GenModNP, ComplBareVS, CompBareCN, + ApposNP, DetNPMasc, DetNPFem, + StrandRelSlash, EmptyRelSlash, StrandQuestSlash, + PassVPSlash, PassAgentVPSlash, UttVPShort, ByVP, InOrderToVP, + MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV, + MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, RelVPS, + MkVPS2, ConjVPS2, ComplVPS2, ReflVPS2, MkVPI2, ConjVPI2, ComplVPI2, + ICompAP,ProDrop,EmbedSSlash, + 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, ReflPossPron, + CompoundN, CompoundAP, AdvIsNP, + A2VPSlash, N2VPSlash, + CardCNCard, + GenRP + ] + with (Grammar = GrammarNno) + ** { + + flags coding=utf8 ; + +}