sentiment anlaysis, creating my own words list

ervinsalim
ervinsalim New Altair Community Member
edited November 2024 in Community Q&A
Hi guys,

I have some difficulties in analyze the sentiment from tweets which already in my excel data.
How to create my own positive, neutral, and negative words list for my analysis? Can I create it in .txt file?
Because the tweets is in Indonesian, so I want to create the words list for scoring the sentiment in Bahasa (Indonesian) also.

Thank you for the attention

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Hi ervinsalim,

    usually we do not use a word weight table to extract a sentiment. What you would need is a dataset with texts and tagged sentiment (postive, negative). The real weights are then generated by the algortithms itself. Often this includes correlation terms between words. The strategy should work for Bahasa as well. I know that it works in european languages, arabic, chinese and japanse.

    have a look at http://vancouverdata.blogspot.de/ for some details.

    ~Martin