Skip to content

honnibal/dsr16_nlp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Retreat 2016: Text Classification in Python

Set up the code and download the data:

virtualenv env
source env/bin/activate
pip install -r requirements.txt
./download_data.sh

We'll start by doing sentiment analysis using spaCy and Keras:

Further tasks:

Use the GloVe word vectors with spaCy

USE_BLAS=1 pip install https://github.com/spacy-io/sense2vec/archive/master.zip
sputnik --name spacy install en_glove_cc_300_1m_vectors

About

NLP tutorial for the Berlin Data Science Retreat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published