source code from Mikolov, at Google
- add comments in word2vec.c, it may help you enjoy the source code;
- add several tools of word2vec:
- distance_search.c can help you find the nearest neighbor of one word recursively.
- txt2bin.c can help you convert the model from txt format into binary format.
- add train.sh: basic example for train a word2vec model.
see more story about distributed represent of word in my blog.