A name finder using machine learning techniques
#Dependencies
- jdk-8
- Gson
- spark
#Installation
cd word2vec
make
chmod +x *.sh
#Word2vec ##Training
word2vec/./word2vec -train <<input_file>> -output <<output_file>> -cbow 0 -size 200 -window 5" +
" -negative 0 -hs 1 -sample 1e-3 -threads 12 -binary 1
##Distance
distance <<Trained_model_file>>