How to split positive & negative comments?
이전 댓글 표시
Firefox users' opinions collected in a text file, I want to write codes in Matlab to split them into positive & negative comments. I'll be grateful to have your opinions.
댓글 수: 7
dpb
2018년 10월 31일
My opinion is you'll have to share more about what the data actually look like in order to get any specific help...
Cam Salzberger
2018년 10월 31일
I can generally recommend the Text Analytics Toolbox. Using that in combination with the Deep Learning Toolbox to tell you which comments are positive and which are negative should help.
There are a few examples on how to train a network to classify text, but I imagine that this problem is a little more complicated than those examples. They should help to get you started though.
the cyclist
2018년 10월 31일
Sentiment analysis is a rich and complicated field. Exactly how much of it do you need us to explain to you?
phdcomputer Eng
2018년 10월 31일
phdcomputer Eng
2018년 10월 31일
phdcomputer Eng
2018년 10월 31일
Christopher Creutzig
2018년 11월 26일
Text Analytics Toolbox does not ship with some ready-cooked sentimen analysis function. But you can build your own; have you seen the examples listed at https://www.mathworks.com/discovery/sentiment-analysis.html?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Language Support에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!