Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 537 Bytes

File metadata and controls

19 lines (14 loc) · 537 Bytes

Playground for Learning and Practicing Text Analysis

Alt text

Projects should have their own subfolders with a shared "data" folder

to get started, follow the commands:

Install homebrew
brew install python, postgresql, R via brew
Clone the repo
mkvirtualenv text --no-site-packages
cd to repo
add2virtualenv .
pip install -r requirements.txt
pip install scipy

### You will have to create and edit your own env file.