mahfuzibnalam / terminology_evaluation

MIT License
21 stars 7 forks source link

potenial bug #8

Open fringe-k opened 2 years ago

fringe-k commented 2 years ago

In the line of 53,53 in evaluate_term_wmt.py. Indexes of a two-words phrase shoule be like "4,5", but " range(tgt_start, tgt_end - 1)" will be like in range(4,4) and finally, in line 55, tgt_ids is just 5. I think it's a potenial bug, and influence the final results.