Explore-And-Match icon indicating copy to clipboard operation
Explore-And-Match copied to clipboard

it seems that some queries were not evaluated?

Open xinwei96 opened this issue 2 years ago • 0 comments

There seems to be bugs in line 119 - 122, test.py. if the number of sentences > num_input_sentences, the length of the list "split_src_txt" will be larger than 1, while the length of "annotations" is always 1. Therefore, the For loop (from lines 119 to 181) will only be executed once, regardless of the size of "split_src_txt". That is to say, it seems that some queries were not evaluated?

xinwei96 avatar Jan 12 '23 14:01 xinwei96