Sentiment-Analysis-Twitter
Sentiment-Analysis-Twitter copied to clipboard
I am trying to run this program in python 3 but it is giving error
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 3192: character maps to
this seems to be written in python 2,there might be quite a bit of changes to make if you want to run it on python 3