1
0
forked from GitHub/gf-rgl

copy PassVPSlash/PassAgentVPSlash to ExtendDut

This commit is contained in:
Krasimir Angelov
2023-03-16 09:24:10 +01:00
parent 1c496a719b
commit e192627e24

View File

@@ -5,7 +5,8 @@ concrete ExtendDut of Extend =
- [PastPartAP,ICompAP,IAdvAdv,
VPS,
BaseVPS, ConsVPS,
MkVPS, ConjVPS, PredVPS
MkVPS, ConjVPS, PredVPS,
PassVPSlash, PassAgentVPSlash
]
with
(Grammar = GrammarDut) **
@@ -102,6 +103,11 @@ lin
IAdvAdv adv = {s = "hoe" ++ adv.s} ;
lin PassVPSlash vps =
insertInf (vps.s.s ! VPerf APred) (predV ResDut.worden_V) ;
PassAgentVPSlash vps np =
insertAdv (appPrep (mkPrep "door") np) (insertInf (vps.s.s ! VPerf APred) (predV ResDut.worden_V)) ;
lin
UseDAP dap = dap ** {
s = \\_ => dap.sp ! Neutr ;