Real-Time Twitter Analysis

Avatar of Robert Chuang.
Avatar of Robert Chuang.

Real-Time Twitter Analysis

Management Associate
Taipei City, Taiwan
Methodology: • Use NLTK stop words and Post of Speech to deduct meaningless words in every tweet. • Utilized the regular expression to delete emotional figure in each tweet. • Use discourse connectors list to remove redundant tokens. • Implement the Voting Mechanism to build the sentiment prediction model with three classifiers: Multinominal Naive Bayes(MNB), Stochastic Gradient Descent(SGD), and Bernoulli Naive Bayes(BNB). Link: https://drive.google.com/open?id=1dmQ8YZHnf98cpMEiV9ogW2xDAa7J0FkY
Avatar of the user.
Please login to comment.

Published: Dec 28th 2018
33
8
0

NLTK
Python
Classifiers
Sentiment Analysis
Twitter

Share