fawkes
fawkes copied to clipboard
Deep Learning model for sentiment analysis
Currently Fawkes uses Vader from NLTK to do sentiment analysis.
There are more powerful tools available for sentiment analysis which give better results than Vader.
One such model is:
- BERT: Link to article