Where to get sentiment analysis data similar to SEM Rush?

FunkyJunky

Registered Member
Joined
Oct 26, 2022
Messages
56
Reaction score
30
Looking to get some NLP data around sentiment other than "Positive, Neutral, Negative." I'm looking for sentiment more along the lines of SEM Rush's KW research: "Commercial, Transactional, etc." Anyone know where I can obtain said data?

I could use SEM Rush's API I guess, but was looking for something for free if possible.

Thanks.
 
Are you going to feed URLs of pages to be analyzed ?
 
If you are working with raw text (social media comments) you are actually searching for Topic classification and Topic modeling. If you are good with python there is bunch of projects on github to start, if you are more hands-off type check site monkeylearn. You will have to provide material and train the models, it can be expensive overall.
 
Back
Top