I am working on sentiment analysis and have implemented the same using multiple libraries like: VaderSentiment, Flair, TextBlob...etc
I now want to implement NRC Lexicon based. The closest ones i could find were:
a) NRCLex Pypi package (this is highly noisy)
b) https://github.com/raffg/harry_potter_nlp/blob/master/sentiment_analysis.ipynb
Any leads with respect to NRC Lexicon implementation using python for Sentiment Analysis is much appreciated.