I used Phrase to generate the sentence "Play a comedy movie hosted by BBC".
mkPhr (mkVP(
(mkV2 (mkV ("Play")))
(mkNP
aSg_Det
(mkCN
(mkCN (mkN ("comedy")))
(mkSC (passiveVP
(mkV2 ("host"))
(mkNP (mkN ("BBC"))))))))
But I get the result "Play a movie to be hosted by BBC". I checked GF librires but it seems like there is no way to change a VP to a NP in order to avoid "to be".
May you guys to teach me how to get rid of this to be, or is there any way in GF to add up two sentences or more to a Phrase.
Thank you~