aditya-grover / node2vec

http://snap.stanford.edu/node2vec/
MIT License
2.61k stars 912 forks source link

bug fix: model.save_word2vec_format is deprecated #50

Open yoel-zeldes opened 5 years ago

yoel-zeldes commented 5 years ago

The line "model.save_word2vec_format(args.output)" causes the following exception from within gensim: "DeprecationWarning: Deprecated. Use model.wv.save_word2vec_format instead." This PR fixes this bug.