You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playground for Learning and Practicing Text Analysis
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.