How do i get stock market positive and negative lexicon?

后端 未结 0 1180
暗喜
暗喜 2020-12-06 04:40
from nltk.sentiment.vader import SentimentIntensityAnalyzer
SNT = SentimentIntensityAnalyzer()
Stockpricewords = {


}
SNT.lexicon.update(Stockpricewords)

相关标签:
回答
  • 消灭零回复
提交回复
热议问题