I hereby claim:
- I am leojojo on github.
- I am leojojo (https://keybase.io/leojojo) on keybase.
- I have a public key ASALmoNzAcBtUVgRZdApUmZmEhFCLe5yqRtXV6k94aPC8wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
import sys, getopt | |
import csv, re, MeCab | |
from os import path | |
from wordcloud import WordCloud | |
import matplotlib.pyplot as plt | |
def clean_tweet(tweet): | |
reply = r'@[A-Za-z0-9\_\-]+' | |
hashtag = r'#\w+' | |
link = r'\w+:\/\/\S+' |