Skip to content

Subhash3/Sentiment-Analysis

Repository files navigation

Sentiment-Analysis

* I'm just trying to learn sentiment analysis using Naive Bayes Classifier.

Check out my Naive Bayes Classifier Repo here

Download the datset from here
I found the list of stop words in english here

To Do

** DOCUMENT AS YOU GO!!!
  • Find datasets.
  • Documentation generation using pdoc3.
  • .docsignore file to ignore some files while documenting.
  • Tokenization.
  • Remove stop words, punctuations and special characters.
  • Preprocess dataset using pandas and re.
  • Stemming (replace all verb forms with corresponding root word).
Feel free to contribute or open any issues!

Releases

No releases published

Packages

No packages published

Languages