Is vaderSentimentScores available in R2019a

2 ビュー (過去 30 日間)
Saugata Bose
Saugata Bose 2019 年 9 月 16 日
コメント済み: Saugata Bose 2019 年 9 月 16 日
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?

採用された回答

per isakson
per isakson 2019 年 9 月 16 日
編集済み: per isakson 2019 年 9 月 16 日
No, vaderSentimentScores was Introduced in R2019b. See bottom of the page.
  2 件のコメント
Saugata Bose
Saugata Bose 2019 年 9 月 16 日
thanks per. is there any way to install in in r2019a?
thanks,
Walter Roberson
Walter Roberson 2019 年 9 月 16 日
It is not possible to install the MATLAB R2019b routine in R2019a. See though my reference to routines you can call from MATLAB.

サインインしてコメントする。

その他の回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 9 月 16 日
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 件のコメント
Saugata Bose
Saugata Bose 2019 年 9 月 16 日
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);

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeCall Python from MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by