wlin12 / wang2vec

Extension of the original word2vec using different architectures
Apache License 2.0
211 stars 49 forks source link

Instructions for kmeans_txt are misleading #11

Open mayhewsw opened 6 years ago

mayhewsw commented 6 years ago

If you run ./kmeans_txt, th instructions say to give input file and num classes, but this causes a segmentation fault. It also requires an output file after the input_file. The instructions should reflect this.

Thanks!