I am looking for a sentiment dictionary/lexicon for business context to perform sentiment analysis. I have already built the analysis and calculation portion, but simply need the classes with contents.
Here's an example of what I want to build on:
PositiveWords = ['good', 'return','up']
NegativeWords = ['bad','disappointing','dropped']
I am looking to populate these lists further but only for words used when talking about stock performance of a company.
Thanks! Ryan