I have parsed a .tsv file using the following code:
tsv_file = open("twitter.tsv", encoding="utf8") tweets = csv.reader(tsv_file, delimite