I have tried a lot from other relevant stack overflow discussions, but could not find what I am looking for.
What I want is this: for a given message (i.e., paragraph with one or more sentences), I want to have a sentiment score in the range -5 to +5.
The Valder module with the nltk.sentiment package provides three different scores: pos, neu, and neg. But this is not what I want.
Is there any way to do it using nltk sentiwordnet?