1
0
forked from GitHub/gf-rgl

Merge branch 'master' of github.com:GrammaticalFramework/gf-rgl

This commit is contained in:
Krasimir Angelov
2022-08-09 11:24:09 +02:00

View File

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