Login using Social Account
     Continue with GoogleLogin using your credentials
Objective
The objective of the exercise is to do the sentiment analysis based on the tweets data downloaded from Twitter.
We'll do sentiment analysis of movie "Iron Man 3" using Hive and visualize the sentiment data using Tableau.
The dataset containing tweets of "Iron Man 3" movie is located at below location in HDFS
/data/SentimentFiles/SentimentFiles/upload/data
We'll calculate sentiment using a rudimentary technique. We've polarity of common words in below dictionary file in HDFS
/data/SentimentFiles/SentimentFiles/upload/data/dictionary/dictionary.tsv
Based on the polarity of words, we will calculate the sentiment of each tweet. You can choose exactly the same steps or use different strategies altogether to calculate the sentiment.
There are various deviations possible, for example:
~/sentiment/flume/
and start afresh with a different movieTaking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...