Sentiment Analysis in python to determine the hidden meaning and hidden expressions present in the unstructured text data format as positive, negative or neutral.
-
Open your Terminal/cmd
-
git clone this project to your preferred directory.
-
cd Sentiment-Analysis
-
python SentimentAnalysis.py
or Execute:
Execute_SentimentAnalysis.cmd
- NLTK (http://www.nltk.org/)
Set up a virtual environment and install the dependencies:
pip install -r requirements.txt
This project is licensed under the terms of the GLP-3.0 license