ajinkyaT / CNN_Intent_Classification

CNN for intent classification task in a Chatbot
100 stars 25 forks source link

glove.6B.100d.txtglove.6B #2

Closed HodaFakharzade closed 6 years ago

HodaFakharzade commented 6 years ago

Hi thanks for sharing your code! would u mind to upload "glove.6B.100d.txt" file pls? I would like to check this code my self but I got stuck with this line: f = open(os.path.join(GLOVE_DIR, 'glove.6B.100d.txt'), encoding='utf-8') thank u!

ajinkyaT commented 6 years ago

Hi

Thank you for your interest. You can download them from http://nlp.stanford.edu/data/glove.6B.zip and extract it under the directory, BASE_DIR + '/glove.6B/'. i cannot upload it because file size is too large.