Transcript
Page 1: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Sentiment Analysis in R

Page 2: Sentiment Analysis in R

www.edureka.co/r-for-analytics

What will you learn today?

What is Sentiment Analysis?

Sentiment Analysis Use Cases

Sentiment Analysis Tools

Hands-On : Sentiment Analysis in R

Page 3: Sentiment Analysis in R

www.edureka.co/r-for-analytics

What is Sentiment Analysis?

Sentiment Analysis also called Opinion Mining implies extracting opinions, emotions and sentiments from data.

Sentiment analysis is widely used to track attitudes and feelings on the web especially for measuring performance of products, services, brands.

Page 4: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Sentiment Analysis Use Cases

Page 5: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Sentiment Analysis : Airline Industry

Delta is an American airline which monitors tweets to find out how their customers feel about delays, upgrades, in-flight entertainment and more.

For example when a customer tweets negatively about his experience, Delta identifies such negative tweets and figure out the problem to improve the customer’s experience

Delta Airline

Page 6: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Sentiment Analysis : Retail Chain

Macy’s is an American chain of department stores, Macy’s uses sentiment analysis as one of the way to improve customer experience and business growth.

Macy’s

Page 7: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Tools implementing Sentiment Analysis

Page 8: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Sentiment Analysis : Customer Acquisition

Salesforce have built a product called Radian6 whichidentifies conversations that happen on social media about a particular company, its products or its competitors.

Salesforce Radian6

Page 9: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Sentiment Analysis : Financial Analysis

Thomson Reuters EIKON software uses Sentiment Analysis to gain competitive advantage by analyzing the social media tweets/posts about various companies and people

Thomson Reuters EIKON

Page 10: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Sentiment Analysis Tools

Below are some of the popular sentiment analysis tools :

Page 11: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Sentiment Analysis in R

Below are the steps to perform sentiment analysis in R

1. Load the data

2. Create a list of positive words

3. Create a list of negative words

4. Apply the sentiment algorithm

5. Analyze the result (e.g. frequency distribution, mean, median, histogram etc.)

Page 12: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Hands-onSentiment Analysis in R

Page 13: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Survey

Your feedback is vital for us, be it a compliment, a suggestion or a complaint. It helps us to make your experience better!

Please spare few minutes to take the survey after the webinar.

Page 14: Sentiment Analysis in R

www.edureka.co/r-for-analytics

Thank You …

Questions/Queries/Feedback

Recording and presentation will be made available to you within 24 hours


Top Related