Twitter Sentiments Analysis useful features

后端 未结 3 431
-上瘾入骨i
-上瘾入骨i 2021-02-03 16:28

I\'m trying to implement Sentiments Analysis functionality and looking for useful features which can be extracted from tweet messages.The features which I have in my mind for no

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-03 17:02

    Others that may be useful are:

    • elongated words (eg. goooood)
    • unigrams and bigrams of every word (particularly if you have a large corpus)

    Regarding references: This tutorial by Christopher Potts is very good and to the point: http://sentiment.christopherpotts.net/

    Other papers:

    • Twitter as a Corpus for Sentiment Analysis and Opinion Mining. Alexander Pak, Patrick Paroubek
    • Twitter Sentiment Classification using Distant Supervision. Go et al. 2009.
    • Robust Sentiment Detection on Twitter from Biased and Noisy Data. Barbosa and Feng. 2010.
    • Sentiment strength detection in short informal text. Thelwall et al. (2010). JAIST

提交回复
热议问题