The project is currently using the nltk python module, which leverages SentiWordNet to perform sentiment analysis.
I've noticed some issues with this, however. For example, a YouTube comment starting with "This method sucks" is not identified as positive or negative. I'd like to explore some alternative natural language processing tools/modules to see if this sentiment can be properly identified.
The project is currently using the
nltkpython module, which leverages SentiWordNet to perform sentiment analysis.I've noticed some issues with this, however. For example, a YouTube comment starting with "This method sucks" is not identified as positive or negative. I'd like to explore some alternative natural language processing tools/modules to see if this sentiment can be properly identified.