/sentiment-process

Sentiment processor to extract features from text

Primary LanguagePython

SentimentProcess

Setup

virtualenv -p python3 env
source env/bin/activate
pip install -r requirements.txt --allow-all-external

Running

Example code for extracting features from text

python src