Skip to content

Commit

Permalink
Bugfix preprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Reimers committed Jul 18, 2017
1 parent 47a325e commit e8a52cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import pickle as pkl
else: #Python 2.7 imports
import cPickle as pkl
from io import open

#We download English word embeddings from here https://www.cs.york.ac.uk/nlp/extvec/
embeddingsPath = 'embeddings/wiki_extvec.gz'
Expand Down

0 comments on commit e8a52cc

Please sign in to comment.