Sentiment Analysis model using twitter samples written in Python using Natural Language Toolkit (NLTK) library.
Sentiment Analysis model written in Python using twitter samples from built in NLTK library. It predicts a given sentence as positive sentiment or negative sentiment. Implemented Naive Bayes Classifier to train this model.
- NLTK (Natural Language ToolKit)
pip install nltk
Requires Python3
- Go to the folder and open terminal in that path, then type
python main.py
Submitted by Soumyadip Sarkar (soumyapapanvk)
Download packets of source code on Coders Packet
Comments