melisMirza / Covitter

Repository of SWE 573 project
0 stars 0 forks source link

Find A Method For Sentiment Analysis #12

Closed melisMirza closed 3 years ago

melisMirza commented 3 years ago

Research on possible Sentiment Analysis methods and packages.

Explain reasoning for the package chosen.

melisMirza commented 3 years ago

several methods are tested for sentiment analysis. Textblob was one of them and the other is the nltk.vader. Vader was significantly better than the other. It is implemented in the code, after preprocessing.