Skip to content

mirzanorazman/twitter-sentiment-analysis

Repository files navigation

twitter-sentiment-analysis

Part of a process to learn data science.

clean_tweets.py

Perform basic tweet clean up using regular expression (regex)

tweet_sentiment.py

Compute sentiment for tweet by assigning scores to each tweet by referring to lexical dictionary AFINN

term_sentiment.py

Produce a term sentiment score by analyzing tweet contextually and assigning unknown terms a value (negative or positive)

About

Part of a process to learn data science.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages