Fix a bug caused by commas in the embeddings.w2v.txt file#5
Fix a bug caused by commas in the embeddings.w2v.txt file#5yanshengjia wants to merge 1 commit intonusnlp:masterfrom yanshengjia:master
Conversation
|
I met this error when running nea with the --emb option.
I found that this error is caused by commas in En_vectors.txt. The float numbers in En_vectors.txt are supposed to be separated by space instead of comma. And the original code can only deal with the situation that float numbers are separated by space. |
|
Ran into the same issue. Thanks Yangshengjia! |
|
You are welcome! |
|
👍 This would help a lot! |
|
caught the same problem and have word2vec.bin file not .txt file? any solution !!!! |
No description provided.