mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
(Fin) Add linearisation for UttAccNP
This commit is contained in:
@@ -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} ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user