Sentiment Analysis side project

If any of you want to do a side project on Sentiment Analysis to add it to your portfolio, do reach out. Will do it from the scratch. If you know Python or R that would be a plus. Dataset will be from Twitter. #tech

The Home Depot XrmZt Apr 2

What libraries are you using? I recently did one in python using the nltk package. Are you using an ml model for it?

Microsoft higgsbos0n Apr 2

Yes why not use existing libraries are they lacking something?

The Home Depot XrmZt Apr 2

Some of the tools such as Vadar lexicon are just rule based. They only account for certain words and the sentiments behind them, not the complete meaning behind a sentence. I’ve found other ml models such as one of the hugging face models called Roberta which is trained in twitter data much more precise.