I am working on Sentiment Analysis using R. But I am facing an error while scoring the text.
result = score.sentiment(sample, pos.words, neg.words)
Error: could not find function "score.sentiment"
I have executed the same code previously, it was working fine. I have checked all the packages as well. Everything looks fine but ending up with error.Please let me know your suggestions and thanks in advance for your valuable suggestions.