* 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
** 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).