Skip to content

IndexError: list index out of range #3

Description

@ThisuriLekamge

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions