in results/summarize_presupposition_results.py [0:0]
def get_basic_prsp(data): control_data = list(filter(lambda x: "trigger" in x.keys() and x["trigger"] == "unembedded" and x["presupposition"] == "positive", data)) return control_data