I am working on a project where I am planning to use the Stanford's sentiment analysis model to do my sentiment analysis.
I have tried NLTK's stanford parser but couldn't get the sentiment analysis module in it. Can anyone point me to that module, and if possible give a working example. If not NLTK is there any other wrapper that I should be looking into.
Any answer with a working example will be great.