An open API service indexing awesome lists of open source software.

https://github.com/subhash3/sentiment-analysis

Sentiment analysis using Naive Bayes Classifier
https://github.com/subhash3/sentiment-analysis

machine-learning naive-bayes-classifier sentiment-analysis

Last synced: 11 months ago
JSON representation

Sentiment analysis using Naive Bayes Classifier

Awesome Lists containing this project

README

          

# Sentiment-Analysis

* I'm just trying to learn sentiment analysis using Naive Bayes Classifier.
> Check out my Naive Bayes Classifier Repo [here](https://github.com/Subhash3/Naive-Bayes-Classifier-Py)

> Download the datset from [here](https://raw.githubusercontent.com/anoopbhatn/Sentiment-Analysis-using-Naive-Bayes-Classifier/master/Datasets/dataset.csv)
> I found the list of stop words in english [here](https://gist.github.com/sebleier/554280)

### To Do
** DOCUMENT AS YOU GO!!!
- [x] Find datasets.
- [x] Documentation generation using pdoc3.
- [x] .docsignore file to ignore some files while documenting.
- [x] Tokenization.
- [x] Remove stop words, punctuations and special characters.
- [x] Preprocess dataset using pandas and re.
- [ ] Stemming (replace all verb forms with corresponding root word).

##### Feel free to contribute or open any issues!