Open ghost opened 8 years ago
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?
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.
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!