Extend VADER Sentiment Lexicon with individual words
6 ビュー (過去 30 日間)
古いコメントを表示
Hello,
im using the VADER algorithm to perferform sentiment analysis. However, i have some domain specific words that i want to add to the lexicon with their respective sentiment score. I found the function:
compoundScores = vaderSentimentScores(token, 'SentimentLexicon', lexica)
but it overrides the entire Lexicon instead of adding the words. Is there a way to extend the lexicon?
Regards,
Simon
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Modeling and Prediction についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!