/tensorflow_word2vec

To training own words vector by using word2vec

Primary LanguagePython

tensorflow_word2vec

Hint: Integrated inverse query from word vector

Mainly used to train your own word vector via word id generated by word2vec. In addition to calculate word similarity. I also added the inverse query function of the word vector, which is not perfect yet.

Requirement:

python 3.6
Tensorflow >= 1.9.0
Numpy
jieba
pickle