Thanks for the excellent code.
and I met one question, my data set is too big (which can not be held in one machine's mem), and I should break it to small daily set.
so I should first generate each day's walk result (sequence) and then train by other code(suan as Gensim) as word2vec.
All I want is the random walking result
as for the walking result, should I just return before the part listed as following?
and then save dw_rw to disk for latter training?
