lda2vec icon indicating copy to clipboard operation
lda2vec copied to clipboard

missing vocab and corpus pkls in /data directory

Open gasibusi opened this issue 9 years ago • 2 comments

Hello,

The vocab.pkl and corpus.pkl are missing under data direction in the both examples. Where can I get those files? Thank you.

gasibusi avatar Jun 09 '16 10:06 gasibusi

I think if you run preprocess.py under the data folder, you will get these files.

yg37 avatar Jun 16 '16 22:06 yg37

I am getting memory error at pickle.dump(vocab, open('vocab.pkl', 'w')) in preprocess.py. Please provide way to resolve this.

deepak0004 avatar Jan 25 '17 06:01 deepak0004