Hello everyone :womanhappy:
I'm quite new to the text mining and I'm trying to do the sentiment analysis task today. But I encounter some problems while doing this sentiment analysis :womanfrustrated:
In my language, a word can have some different meanings. Like "setan" can have means : 1) devils 2) cursing words.
How to solve this ambiguity in sentiment analysis? Any tips would be great. Thank you!
Note : The algorthm that I'm using right now is Naive Bayes Classifier.