Is vaderSentimentScores available in R2019a

1 Ansicht (letzte 30 Tage)
Saugata Bose
Saugata Bose am 16 Sep. 2019
Kommentiert: Saugata Bose am 16 Sep. 2019
Hi
I am trying to apply vader sentiment score following this link.
But, after executing the program for a string, I found this error,
vaderSentimentScores('i am a boy')
Undefined function or variable 'vaderSentimentScores'.
Is the function available in matlabr2019a?

Akzeptierte Antwort

per isakson
per isakson am 16 Sep. 2019
Bearbeitet: per isakson am 16 Sep. 2019
No, vaderSentimentScores was Introduced in R2019b. See bottom of the page.
  2 Kommentare
Saugata Bose
Saugata Bose am 16 Sep. 2019
thanks per. is there any way to install in in r2019a?
thanks,
Walter Roberson
Walter Roberson am 16 Sep. 2019
It is not possible to install the MATLAB R2019b routine in R2019a. See though my reference to routines you can call from MATLAB.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 16 Sep. 2019
No, it was introduced in R2019b.
See https://github.com/cjhutto/vaderSentiment for python library and https://github.com/nunoachenriques/vader-sentiment-analysis for a Java port of it. You can call Python or Java from MATLAB.
  1 Kommentar
Saugata Bose
Saugata Bose am 16 Sep. 2019
Walter Hi
Would you please advice me how could I call the setup.py( from the python library link you sent) from the Matlab?
Would it be like this?
str = 'python /dir/setup.py 2';
[status, commandOut] = system(commandStr);

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by