mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-19 16:20:16 -06:00
(Extend,Romance) Add SubjRelNP: force RS to be in subjunctive
Default implementation as RelNP in ExtendFunctor, actual implementation for Romance.
This commit is contained in:
@@ -51,7 +51,11 @@ incomplete concrete ExtendRomanceFunctor of Extend =
|
||||
-- s = \\agr,t,a,p,m => cls.s ! agr ! DDir ! t ! a ! p ! m ++ cls.c2.s ;
|
||||
-- c = Nom
|
||||
-- } ;
|
||||
|
||||
SubjRelNP np rs = heavyNPpol np.isNeg {
|
||||
s = \\c => (np.s ! c).ton ++ rs.s ! Conjunct ! np.a ;
|
||||
a = np.a ;
|
||||
hasClit = False
|
||||
} ;
|
||||
lin
|
||||
PredVPS np vpi = {
|
||||
s = \\m => (np.s ! Nom).comp ++ vpi.s ! m ! np.a ! np.isNeg
|
||||
|
||||
Reference in New Issue
Block a user