reviews - can we find the polarity of a word using NLTK? -



reviews - can we find the polarity of a word using NLTK? -

i doing sentiment analysis on mobile product reviews, need find polarity of each extracted sentiment word positive or negative. so, need know if possible nltk? or if improve tools available finding polarity of word? please allow me know?

you can have @ textblob

you can various things like:

noun phrase extraction part-of-speech tagging sentiment analysis classification (naive bayes, decision tree)

find polarity of sentences

etc

download link

nltk reviews

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -