1
0
forked from GitHub/gf-rgl

ExtendSwe.CardCNCard added

This commit is contained in:
aarneranta
2021-09-14 10:59:55 +02:00
parent 1cc58f5048
commit 93945265b8

View File

@@ -15,7 +15,8 @@ concrete ExtendSwe of Extend = CatSwe **
Base_rr_RNP, Base_nr_RNP, Base_rn_RNP, Cons_rr_RNP, Cons_nr_RNP, ReflPossPron,
CompoundN, CompoundAP, AdvIsNP,
UttAccNP,
A2VPSlash, N2VPSlash
A2VPSlash, N2VPSlash,
CardCNCard
]
with (Grammar = GrammarSwe)
**
@@ -388,4 +389,8 @@ lin UseDAPMasc, UseDAPFem = \dap ->
a = agrP3 (ngen2gen g) dap.n ;
isPron = False
} ;
lin CardCNCard card cn =
{s = \\g => card.s ! cn.g ++ cn.s ! card.n ! DIndef ! Nom ; n = Pl} ;
}