phrase2vec icon indicating copy to clipboard operation
phrase2vec copied to clipboard

Implementation of phrase2vec from modified word2vec code.

phrase2vec

Implementation of phrase2vec from modified word2vec code.

#Set up

cd fann/
cmake .
sudo make install
cd ..
make

#Running

Executables should be fairly self-documenting. Try the provided ./demo-* for examples.