Skip to content

Sentimental analysis ,word cloud and topic modeling on social media data .Live tweets were collected and the polarity,subjectivity on the tweets were measured .Sci-kit learn's NMF and Gensim modules were used to conduct topic modelling.

Notifications You must be signed in to change notification settings

muthu-tech/SocialMediaAnalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SocialMediaAnalytics

Sentimental analysis ,word cloud and topic modeling on social media data . Tweepy module of Python was used for collecting live tweets that contained the keyword 'Trump'. TextBlob module is used to calculate the polarity and subjectivity of tweets collected and they were plotted on a histogram using Matplotlib library. Wordcloud module was also used to create a wordcloud of the collected tweets. Non-negative Matrix Factorization (NMF) from Scikit-Learn and Latent Dirichlet Allocation (LDA) from GENSIM were used for conducting topic modelling of the collected tweets data. The processes were repeatedly carried out by adding geographic limitations such as 'Central America'. 'East coast' to collect the tweets streaming on the specified keyword about President Trump. Interesting insights were obtained from our analysis.

About

Sentimental analysis ,word cloud and topic modeling on social media data .Live tweets were collected and the polarity,subjectivity on the tweets were measured .Sci-kit learn's NMF and Gensim modules were used to conduct topic modelling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages