mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
(Pes) InOrderToVP: only show prefix, if the verb is کردن
This commit is contained in:
@@ -43,9 +43,9 @@ lin
|
||||
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} ;
|
||||
|
||||
|
||||
|
||||
|
||||
InOrderToVP vp = lin Adv {s = for_Prep.s
|
||||
++ case vp.passive of {
|
||||
Replace => showVPH PerfStem defaultAgr <vp ** {s = \\vf => []} : VP> ; -- only show prefix
|
||||
_ => showVPH PerfStem defaultAgr vp}
|
||||
} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user