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
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