Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 221 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 221 Bytes

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