Unsupervised Sentiment Analysis

后端 未结 7 1203
北荒
北荒 2020-12-04 05:19

I\'ve been reading a lot of articles that explain the need for an initial set of texts that are classified as either \'positive\' or \'negative\' before a sentiment analysis

7条回答
  •  时光取名叫无心
    2020-12-04 05:55

    The paper of Turney (2002) mentioned by larsmans is a good basic one. In a newer research, Li and He [2009] introduce an approach using Latent Dirichlet Allocation (LDA) to train a model that can classify an article's overall sentiment and topic simultaneously in a totally unsupervised manner. The accuracy they achieve is 84.6%.

提交回复
热议问题