A simple library to use word2vec models in C++ and JAVA.
use the script cbuild.sh to install it like this: ./cbuild myInstallDir It will create myInstallDir/bin myInstallDir/lib myInstallDir/include where the library will be installed. A short example is given in the test directory and installed in the myInstallDir/bin.
The library need a word2vec binary model to be used (and only binary models). See the example for more details.
Feel free to contact me for any remarks or suggestions (christophe_dot_servan_at_gmail_dot_com)