Python interface to Google word2vec.
Training is done using the original C code plus some patches, the other funcionality is pure python + numpy.
I'll try to satisfy both Python 2.7 and Python 3.x.
You can clone or download this repo from Github and copy the word2vec folder to you site-packages directory.
I highly recommend the use the Anaconda python distribution
The easiest way is to look at this example: word2vec
The default functionality from word2vec is also available from the command line as:
- word2vec
 - word2phrase
 - w2v-distance
 - w2v-word-analogy
 - w2v-compute-accuracy
 
numpy>=1.7.1
Some people reported that they needed to do this if running OS X: http://stackoverflow.com/questions/15590169/ld-library-not-found-for-lgfortran-mac-symlink-issue