mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-23 02:06:20 -06:00
some fixes and extensions
This commit is contained in:
@@ -90,7 +90,7 @@ concrete ExtendLat of Extend = CatLat ** open ResLat in {
|
||||
-- EmbedPresPart : VP -> SC ; -- looking at Mary (is fun)
|
||||
|
||||
-- PastPartAP : VPSlash -> AP ; -- lost (opportunity) ; (opportunity) lost in space
|
||||
PastPartAP vp = { s = vp.part ! VPassPerf } ;
|
||||
PastPartAP vp = { s = \\ag => vp.part ! VPassPerf ! ag ++ vp.adv ++ vp.c.s} ; -- TODO
|
||||
-- PastPartAgentAP : VPSlash -> NP -> AP ; -- (opportunity) lost by the company
|
||||
|
||||
-- -- this is a generalization of Verb.PassV2 and should replace it in the future.
|
||||
|
||||
Reference in New Issue
Block a user