hello I am doing sentiment analysis using score.sentiment... from the below link you can see how this work... http://dl.dropbox.com/u/2698672/sentiment.r I want to do some modification in this code.... what this score.sentiment is doing is that its taking a sentence like "I am very happy, excited, and optimistic." so it returning the score and text score text 3 I am very happy, excited, and optimistic. what I want is that it should return score for each words ie for happy,excited , optimistic and also for overall sentence that is output should be like this score text 3 I am very happy, excited, and optimistic 1 happy 1 excited 1 optimistic please help me in this regard thanks in advance Shruti Bansal -- View this message in context: http://r.789695.n4.nabble.com/need-help-in-sentiment-analysis-tp4633335.html Sent from the R help mailing list archive at Nabble.com.
need help in sentiment analysis
3 messages · shrutibansal
you can see the whole algorithm of sentiment analysis from the below link http://www.dataissexy.co.uk/twitter-sentiment-analysis-in-30-seconds -- View this message in context: http://r.789695.n4.nabble.com/need-help-in-sentiment-analysis-tp4633335p4633336.html Sent from the R help mailing list archive at Nabble.com.
result can be in the following way also score positive_score negative_score text 3 3 0 I am very happy, excited, and optimistic. -- View this message in context: http://r.789695.n4.nabble.com/need-help-in-sentiment-analysis-tp4633335p4633338.html Sent from the R help mailing list archive at Nabble.com.