aditya-grover / node2vec

http://snap.stanford.edu/node2vec/
MIT License
2.6k stars 912 forks source link

Fix 'dim' parameter not being parsed #97

Open blackvvine opened 4 years ago

blackvvine commented 4 years ago

The "dim" parameter of the Word2Vec embedding command was not being parsed in Main.scala. This commit fixes that making it possible to specify dimension sizes other than 128 for the embedding.