kojisekig / word2vec-lucene

This tool extracts word vectors from Lucene index.
Apache License 2.0
134 stars 31 forks source link

allow arbitrary vectors file. #18

Closed mocobeta closed 9 years ago

mocobeta commented 9 years ago

Add -f option to specify arbitrary vectors file to demo-*.sh. and, -a option to specify arbitrary Analyzer class to demo-word2vec.sh.

kojisekig commented 9 years ago

Thanks!