Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 245 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 245 Bytes

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.