25 July 2016 5 9K Report

I am working regarding  sentiment analysis of about 500 comments over a blog. The blog states the career frustrations of professionals in a particular profession (i.e it itself reveals the negative aspects related to that profession). 

Firstly, I have performed the content analysis (using the QDA Miner) of the blog to find the career aspects that are causing career frustrations among the professions.

Next, I have planned for sentiment analysis (using Python NLTK Text Classification/ http://text-processing.com/demo/sentiment/ ) of the comments (given exclusively by the  professionals associated with that particular career) on the blog post . However, on moving  further I have obtained that in some comments, there is fragmentation of sentiments. The first fragment which is related to the blog gives a positive sentiment whereas, the second one which is related to descriptions of career aspects gives a negative polarity.

For eg: Excellent article (+ve Sentiment related to the blog post). the problem is that you learn this once you have spent 15 yrs in this field trying to achieve what you dreamt of...... it's a complete waste going into this career field in this country. (-ve Sentiment wrt career aspect) it's better if you aim early and move out...to the US or any other place of your liking...(-ve Sentiment wrt career aspect).

Kindly give me some advice on how to conduct sentiment analysis of such type of dual-natured comments that reflects sentiments for the blog post and the blog aspects itself.

Similar questions and discussions