Tagged Questions
-6
votes
1answer
163 views
Bug in twitteR and sentiment analysis code [closed]
score.sentiment = function(sentences, pos.words, neg.words, .progress='none')
{
require(plyr)
require(stringr)
#we got a vector of sentences. plyr will handle a list
#or a vector as an ...
0
votes
1answer
176 views
Untrained sentiment analysis, need help with capturing sentiment variation statistically [closed]
The question may be vague but I will try to word it as best as possible.
So I came up with a crude algorithm to compute whether a sentence (part of a review snippet) is positive or negative or ...