0% found this document useful (0 votes)
40 views

Comparing Facebook and Whatsapp Data FOR Facebook: Overall Sentiment

This document compares data from Facebook and WhatsApp by analyzing word frequencies, sentiment, and relationships between terms for each platform. Various visualizations are created for Facebook data, including word clouds, scatter plots of words and sentiment, and 3D plots of words, ratings and sentiment. Similar visualizations and analyses are then conducted for WhatsApp data to enable comparison between the two platforms.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views

Comparing Facebook and Whatsapp Data FOR Facebook: Overall Sentiment

This document compares data from Facebook and WhatsApp by analyzing word frequencies, sentiment, and relationships between terms for each platform. Various visualizations are created for Facebook data, including word clouds, scatter plots of words and sentiment, and 3D plots of words, ratings and sentiment. Similar visualizations and analyses are then conducted for WhatsApp data to enable comparison between the two platforms.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 21

COMPARING FACEBOOK AND WHATSAPP DATA

FOR Facebook

Overall sentiment
TERM DOCUMENT MATRIX
WORD-FREQUENCY
WORD CLOUD
Association with word “app”
LINEAR REGRESSION OF THE MODEL

Correlation between rating and sentiment


SCATTER PLOT BETWEEN TOTAL NUMBER OF WORDS AND SENTIMENT

3D PLOT

x <- final$total

y <- final$Rating

z <- final$PositivityGI
TCM MATRIX
ADJACENCY MATRIX

TERM CO OCURRENCE GRAPH


FOR WATSAPP
TERM DOCUMENT MATRIX
TERM FREQUENCY
WORDCLOUD

ASSOCIATION WITH WORD “message”


BARPLOT

LINEAR REGRESSION OF THE MODEL


CORRELATION BETWEEN RATING AND SENTIMENTGI
SCATTERPLOT BETWEEN TOTAL NUMBER OF WORDS AND SENTIMENTGI

3D PLOT

HERE

x <- final$total

y <- final$Rating

z <- final$PositivityGI
TCM MATRIX
ADJACENCY MATRIX

TERM CO OCCURRENCE GRAPH

You might also like