twitter sentiment analysis
khaled123
New Altair Community Member
I have an excel sheet that contains a list of tweets and the sentiment of each tweet represented as "1" which is positive and "-1" which is negative. bare in mind that the tweets are in the Arabic language.
so how can I make RapidMiner determine whether these tweets are positive or negative?
so how can I make RapidMiner determine whether these tweets are positive or negative?
Tagged:
0
Best Answer
-
So you want use the sentiment labels +1 / -1 to build a predictive model? Check out the sample process built in RapidMiner Studio
//Samples/Templates/Sentiment Analysis/Sentiment Analysis
Also take a look at this knowledge base article about our latest and greatest "extract sentiment" from operator toolbox.
https://community.rapidminer.com/discussion/54757/sentiment-analysis-using-the-new-extract-sentiment-operator
2
Answers
-
So you want use the sentiment labels +1 / -1 to build a predictive model? Check out the sample process built in RapidMiner Studio
//Samples/Templates/Sentiment Analysis/Sentiment Analysis
Also take a look at this knowledge base article about our latest and greatest "extract sentiment" from operator toolbox.
https://community.rapidminer.com/discussion/54757/sentiment-analysis-using-the-new-extract-sentiment-operator
2 -
hi @khaled123 also please be aware that the Community Samples repository has twitter sample processes:
and if you do a search on this community, there have been MANY people asking similar questions about doing sentiment analysis on Arabic text:
Scott2