forked from GitHub/gf-rgl
Merge branch 'master' of github.com:GrammaticalFramework/gf-rgl
This commit is contained in:
@@ -8,6 +8,7 @@ concrete ExtendFin of Extend =
|
||||
,CompoundN, GenNP, GenIP, AdvIsNP, EmbedSSlash
|
||||
,PassVPSlash, PassAgentVPSlash
|
||||
,CardCNCard
|
||||
,UttAccNP
|
||||
]
|
||||
with
|
||||
(Grammar = GrammarFin) **
|
||||
@@ -17,6 +18,7 @@ concrete ExtendFin of Extend =
|
||||
ResFin,
|
||||
StemFin,
|
||||
(S=StemFin),
|
||||
(P=PhraseFin),
|
||||
IdiomFin,
|
||||
Coordination,
|
||||
Prelude,
|
||||
@@ -234,4 +236,6 @@ lin CardCNCard card cn = {
|
||||
n = Pl
|
||||
} ;
|
||||
|
||||
lin UttAccNP np = {s = P.addNegation np.isNeg ++ np.s ! NPAcc} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user