1

I am using the below code for decoding:-

for tweet in posfile:
        tweet = tweet.decode('utf-8')
        tweet = clean(tweet)
        train_tweets.append(tweet)
        count = count + 1

While using the above code. I am getting the below error. enter image description here

What should I do to get rid of this error?

Shirohige
  • 243
  • 1
  • 3
  • 14

0 Answers0