mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-03 09:56:59 -06:00
(Pes) Add word order argument OV/VO to showVPH + use VO in Extend.ByVP
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com>
This commit is contained in:
co-authored by
Nasrin M
parent
2103a9c576
commit
516d4444d3
@@ -40,7 +40,7 @@ lin
|
||||
AdvIsNP adv np = mkClause (indeclNP adv.s ** {a = np.a}) (UseComp (CompNP np)) ;
|
||||
|
||||
-- : VP -> Adv ; -- by publishing the document
|
||||
ByVP vp = lin Adv {s = with_Prep.s ++ showVPH Inf defaultAgr vp} ;
|
||||
ByVP vp = lin Adv {s = with_Prep.s ++ showVPH' VO False VVPres Inf defaultAgr vp } ;
|
||||
|
||||
-- : VP -> Adv ; -- (in order) to publish the document
|
||||
InOrderToVP vp = lin Adv {s = for_Prep.s ++ showVPH PerfStem defaultAgr vp} ;
|
||||
|
||||
Reference in New Issue
Block a user