forked from totalgood/pycon-2016-nlp-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrequirements.txt
38 lines (32 loc) · 899 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# core requirements
twython==3.4.0
editdistance==0.3.1
nltk==3.2.1
pandas==0.18.1
pandas-profiling==1.0.0a2
gensim==0.12.4
pug-nlp==0.1.10
future==0.15.2
ipython[all]==4.2.0
# pandas comes with
# scipy==0.16.1
# numpy==1.10.1
# for plotting, but requires binary package installation for some OSes
#$ sudo apt-get install libpng12-dev libfreetype6-dev tk-dev python-tk python3-tk
#$ sudo pip install --no-cache-dir --no-binary :all: --upgrade -r requirements.txt
#$ nano
matplotlib==1.5.1
#$ sed s/\:\ agg/tkagg/g '/home/hobs/.virtualenvs/twip/lib/python3.4/site-packages/matplotlib/mpl-data/matplotlibrc'
# these come with matplotlib
# pytz==2016.4
# python-dateutil==2.5.3
seaborn==0.7.0
# comes with seaborn
# scipy==0.17.0
# # for a webapp
# django==1.9
# django-extensions==1.5.9
# PyCon 2016 Portland, OR
# "Making an Impact with Python NLP Tools"
# Tweet Impact Predictor
twip>=0.0.10