Can you please share the links to these files? Thank you.
Opened this issue · 4 comments
tviangte commented
- "word2vec.bin"
- "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
Found it now. Thanks
anshulmalviya commented
Please share the location
hamedkhanpour commented
where can I find conversation.json? the only problem I have now!!!
parthjpandya commented
Where do you find the word2vec.bin ?
Where is at this address https://github.com/jhlau/doc2vec ?