ngram2vec
ngram2vec copied to clipboard
word2vecf里面没有diatance.c,这里写错了吧
Thank you for you suggestion~ I use word2vecf toolkit (implemented by Yoav Goldberg) which is available at https://bitbucket.org/yoavgo/word2vecf/get/1b94252a58d4.zip word2vecf contains distance.c. I removed this file since I re-implement it in python and put it in ngram2vec file. I just rewrite word2vecf in python, which is much easier to read compared with C version