rword2vec icon indicating copy to clipboard operation
rword2vec copied to clipboard

r fatal error

Open ghost opened this issue 8 years ago • 2 comments

Hi,

my r session is aborted, when executing the code. the point is here (in the rword2vec_mode.R ) : model=word2vec(train_file = "reviews.txt",output_file = "model1.bin",layer1_size = 300,min_count = 40,num_threads = 4,window = 10,sample = 0.001)

please help!

ghost avatar Jul 13 '16 15:07 ghost

Meet the same problem. Just word2vec() will just may r studio aborted and r just disappear without any other signals. Does anyone else have the same issue?

TianzhuQin avatar Mar 19 '19 16:03 TianzhuQin

I just find the reason that we have to have a real train_file to the model, i.e. the file has to be at the right directory and it cannot just be null or anything else.

TianzhuQin avatar Mar 19 '19 16:03 TianzhuQin