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
Hi Guys,
I am getting the following error pointer_summarizer-master/data_util/data.py", line 149, in abstract2sents
while True:
TypeError: argument should be integer or bytes-like object, not 'str'
pointer_summarizer-master/data_util/data.py", line 151, in abstract2sents
start_p = abstract.index(SENTENCE_START, cur)
Any idea on how ti fix the error?
The text was updated successfully, but these errors were encountered:
Hi Guys,
I am getting the following error
pointer_summarizer-master/data_util/data.py", line 149, in abstract2sents
while True:
TypeError: argument should be integer or bytes-like object, not 'str'
pointer_summarizer-master/data_util/data.py", line 151, in abstract2sents
start_p = abstract.index(SENTENCE_START, cur)
Any idea on how ti fix the error?
The text was updated successfully, but these errors were encountered: