!7 p-exp { BakedBot bot = bakedBotWithRules([[ input[flexMatch]($x held a lecture on $bla. what did $x talk about?) => o($bla) ]]); setOpt(bot.bot, nlLogic_flexMatch_iterate_debug := true); setOptAll(bot.factsBot(), debug := true, useIterate := true); bot.check("professor x held a lecture on neutrinos. what did professor x talk about?", "neutrinos"); }