You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a custom index and finished all steps but when I test it i faced this error
File "/DensePhrases/densephrases/index.py", line 507, in search
outs = self.search_phrase(
File "/DensePhrases/densephrases/index.py", line 428, in search_phrase
out = [{
File "/DensePhrases/densephrases/index.py", line 431, in <listcomp>
'end_pos': (groups_all[doc_idx]['word2char_end'][groups_all[doc_idx]['f2o_start'][end_idx]].item()
IndexError: index 99 is out of bounds for axis 0 with size 35
The text was updated successfully, but these errors were encountered:
Hi
I create a custom index and finished all steps but when I test it i faced this error
The text was updated successfully, but these errors were encountered: