shreyans29/thesemicolon

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

Opened this issue · 4 comments

  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');

Found it now. Thanks

Please share the location

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

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