Text Analytics Toolbox does not completely support Spanish. Which are the other alternatives to perform sentiment analysis in Matlab for this language?

조회 수: 1 (최근 30일)
I am trying to use Text Analytics Toolbox to do sentiment analisis of spanish sentences. However, vaderSentimentScores only work with english words. Is there another alternative to carry out this task?.

답변 (1개)

Abhijeet
Abhijeet 2023년 4월 6일
Hi Diego,
Yes, there are alternative approaches to perform sentiment analysis in Spanish using MATLAB. One possible approach is to use machine learning techniques, such as Support Vector Machines (SVM) or Naive Bayes classifiers, to train a model on a labeled dataset of Spanish text. The model can then be used to predict the sentiment of new Spanish text.
You can also see refer this discussion on the community.
Thanks

카테고리

Help CenterFile Exchange에서 Text Data Preparation에 대해 자세히 알아보기

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by