Miao
Miao
if p[1] == "L2R": h_id, t_id = p[5], p[11] h_start, t_start = p[8], p[14] h_end, t_end = p[9], p[15] else: t_id, h_id = p[5], p[11] t_start, h_start = p[8], p[14]...
excuse me?。。
> I believe this is standard for preprocessing the BC5CDR data. "L2R" stands for "left to right" and vice versa. That means the if the triplet is "L2R" then the...