brad-gh / Text_mining

Naive Bayes to classify text as positive or negative

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text_mining

Naive Bayes to classify text as positive or negative

This work aims to implement a sentiment analysis algorithm of movies' critiques. The algorithm used is the Naive Bayes. The algorithm is implemented in Python. The NLTK pachage is also used to pre-process the text data.

All sources used to understand the Naive Bayes algorithm are specified in the notebook.

Cheers :)

About

Naive Bayes to classify text as positive or negative


Languages

Language:Jupyter Notebook 100.0%