Skip to content

Instantly share code, notes, and snippets.

View yunusemre002's full-sized avatar

Yunus Emre Demir yunusemre002

  • Yidiz Technical University
  • İstanbul
View GitHub Profile
@ravikiranj
ravikiranj / tw-1.py
Last active December 9, 2020 02:57
preprocess tweets
#import regex
import re
#start process_tweet
def processTweet(tweet):
# process the tweets
#Convert to lower case
tweet = tweet.lower()
#Convert www.* or https?://* to URL