ML-AI-experiments icon indicating copy to clipboard operation
ML-AI-experiments copied to clipboard

IndexError: list index out of range

Open ThisuriLekamge opened this issue 6 years ago • 0 comments


IndexError Traceback (most recent call last) in () 11 12 # Append '\t' for start of the sentence and '\n' to signify end of the sentence ---> 13 sia_line = '\t' + str(lines[line]).split('\t')[2] + '\n' 14 eng_sentences.append(eng_line) 15 sia_sentences.append(sia_line)

IndexError: list index out of range

ThisuriLekamge avatar Jul 14 '18 08:07 ThisuriLekamge