DKRL
DKRL copied to clipboard
Missing word_vector_50 file
Where can i find the file located at
line 190
string n_w_string = "../../../word2vec-41/word_vector_" + ss.str() + ".txt";
I think you need to generate this file by yourself using GloVe or Word2Vec. They didn't provide it in the data.rar.
同问,找了相关链接 http://word2vec.googlecode.com/svn/trunk/ ,结果显示已失效,可否提供一份数据和代码。
@samithaj Have you been able to obtain the file or to generate it? Because I'm having the same problem...