mukul13 / rword2vec

R Interface to Google's word2vec
34 stars 13 forks source link

error result in bin_to_txt output #11

Open littlefish0331 opened 4 years ago

littlefish0331 commented 4 years ago

According to Readme.md

After using bin_to_txt() function, I found some error in output txt. The last word is lack of feature, so the dimension of w2v is wrong.

sorry for my poor english.
Here is the screenshot, maybe u can know my question.

image

the word "selectors" is cut in a strange position. So, it is less than 100 dimension for my setting.

littlefish0331 commented 4 years ago

Otherwise, after runnung the function bin_to_txt(), the R session will keep connecting the output file.
Therefore, it cannot delete or edit until close R session.

sorry for asking too many question. I really love this package and try to fix those problem by myself. but i fail (there still many things i need to learn~Orz)

hope one day you can fix these bugs.