-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Richard Shanahan edited this page Dec 19, 2015
·
2 revisions
###Welcome to the Vaccination Social Media Data Analytics wiki!
This page contains reference information for the various analyses undertaken as part text analytics research into the vaccination debate within social media. The main repository code repository is available here.
####Definitions for interactive vaccination social media text analytics visualisations.
Attribute | Description | Visualisation Use |
---|---|---|
sentiment | Natural language processing was used to determine the overall sentiment of the post - was it positive, negative or neutral | colouring |
subjectivity | Natural language processing was used to determine the overall subjectivity of the post - was it subjective or objective | colouring |
user | the user name used to create the post | x-axis |
hashtag | the hashtag used in the posts where applicable | x-axis |
like_fave | the total likes or favorites given to the post | y-axis |
share_rtwt | the total shares or retweets given to the post | y-axis |
posts | the total number of posts by user or hashtag | y-axis |
the post source | filter |
|
the post source | filter |
|
other | the post source - specifically from blogs | filter |
Note: sentiment and subjectivity analysis was undertaken using the Python API from Aylien |