Is vaderSentimentScores available in R2019a
    5 views (last 30 days)
  
       Show older comments
    
    Saugata Bose
 on 16 Sep 2019
  
    
    
    
    
    Commented: Saugata Bose
 on 16 Sep 2019
            Hi
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? 
0 Comments
Accepted Answer
  per isakson
      
      
 on 16 Sep 2019
        
      Edited: per isakson
      
      
 on 16 Sep 2019
  
      2 Comments
  Walter Roberson
      
      
 on 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.
More Answers (1)
  Walter Roberson
      
      
 on 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.
See Also
Categories
				Find more on Call Python from MATLAB in Help Center and File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

