We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
os.chdir("D:\semicolon\Deep Learning\chatbot"); model = gensim.models.Word2Vec.load('word2vec.bin'); path2="corpus"; file=open(path2+'/conversation.json');
The text was updated successfully, but these errors were encountered:
Found it now. Thanks
Sorry, something went wrong.
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 ?
No branches or pull requests
os.chdir("D:\semicolon\Deep Learning\chatbot");
model = gensim.models.Word2Vec.load('word2vec.bin');
path2="corpus";
file=open(path2+'/conversation.json');
The text was updated successfully, but these errors were encountered: