Skip to content

singhalmansi7/sentimentAnalysisInPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentimentAnalysisInPython

Given a text, a person can analyse a sentiment around it.

Steps to perform:

  1. Install virtual env

  2. Activate virtual env using commands: $ mkdir virtualEnvDirectory $ cd virtualEnvDirectory $ virtualenv venv $ source venv/bin/activate

  3. Now run: pip install -r sentimentAnalysisInPython/requirements.pip

  4. cd sentimentAnalysisInPython/

  5. Run nltkSetUpScript to install nltk in virtualEnv: ./nltkSetup.sh

  6. Run the project: --> python src/sentiment_analyser.py 8081 --> On the browser, type: localhost:8081/Ok

About

Given a text, a person can analyse a sentiment around it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published