Skip to content

kimdsouz/sentimental-analysis-on-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sentimental-analysis-on-twitter

Aim: To design a code for sentimental analysis of twitter

Analysed the sentiments of tweets made by a Twitter handle and developed a code in R step by step and analysed the practical implementations of sentiment analysis. Analysing each post and understanding the sentiment associated with that post helps us find out which are the key topics or themes which resonate well with the audience.

The code is divided into following parts:

  1. Extracting tweets using Twitter application
  2. Cleaning the tweets for further analysis
  3. Getting sentiment score for each tweet
  4. Segregating positive and negative tweets

Requirements:

  • First installed the relevant packages that is needed to extract tweets from Twitter, we need package ‘twitteR’.
  • ‘Syuzhet’ package will be used for sentiment analysis.
  • While ‘tm’ and ‘SnowballC’ packages are used for text mining and analysis.
  • Invoked Twitter API using the app created and using the keys and access tokens got through the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages