I'm currently using Stanford NLP library for sentiment analysis of a twitter stream (version 3.3.0 but that’s not set.)
I was looking for ways to increase the accuracy when I came across this https://gate.ac.uk/wiki/twitter-postagger.html
I'm relatively new to sentiment analysis but am I right in saying that if I choose this model instead of the default model (which is based off film reviews) I would get an increased accuracy rating ?
If so, how does one go about integrating it with the Stanford NPL library ?
If I am missing any required information here please tell me !
Regards.