- https://www.mathworks.com/help/textanalytics/ug/train-a-sentiment-classifier.html
- https://www.mathworks.com/discovery/sentiment-analysis.html
Sentimental Analysis using SVM
7 次查看(过去 30 天)
显示 更早的评论
Hi,
I am a newbie to Matlab and coding.
I am trying to do sentimental analysis with tweet text data extracted from twitter API using SVM.
I have managed to preprocess the text. But I am stuck there.
I need to extract features and want to see the word frequency and user's perception towards target companies and so forth. Lastly, I need to evaluate the performance too.
how should I extract features and train and test the data?
Thank you.
0 个评论
采纳的回答
Drew
2023-4-13
You can find example code of sentiment analysis using SVMs in this post: https://www.mathworks.com/matlabcentral/answers/1945859-hybrid-method-to-sentiment-analysis-column-number-error
You can also look at these doc pages:
If you find this answer helpful, please remember to "accept" the answer.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Modeling and Prediction 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!