http://arxiv.org/pdf/1305.6143v2.pdf
and the lead authors's github repos are:
https://github.com/vivekn/sentiment https://github.com/vivekn/sentiment-web
He's implemented 'negative bi-gram detection' (my phrasing, not his) with this function:
https://github.com/vivekn/sentiment/blob/master/info.py#L26-...
...which I found useful as a jumping off point. Good luck!
http://arxiv.org/pdf/1305.6143v2.pdf
and the lead authors's github repos are:
https://github.com/vivekn/sentiment https://github.com/vivekn/sentiment-web
He's implemented 'negative bi-gram detection' (my phrasing, not his) with this function:
https://github.com/vivekn/sentiment/blob/master/info.py#L26-...
...which I found useful as a jumping off point. Good luck!