shreyans29 / thesemicolon

This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
https://www.youtube.com/c/thesemicolon
389 stars 435 forks source link

Can you please share the links to these files? Thank you. #6

Open tviangte opened 7 years ago

tviangte commented 7 years ago
  1. "word2vec.bin"
  2. "conversation.json"

os.chdir("D:\semicolon\Deep Learning\chatbot"); model = gensim.models.Word2Vec.load('word2vec.bin'); path2="corpus"; file=open(path2+'/conversation.json');

tviangte commented 7 years ago

Found it now. Thanks

anshulmalviya commented 7 years ago

Please share the location

hamedkhanpour commented 7 years ago

where can I find conversation.json? the only problem I have now!!!

parthjpandya commented 6 years ago

Where do you find the word2vec.bin ? Where is at this address https://github.com/jhlau/doc2vec ?