cemoody / lda2vec

MIT License
3.15k stars 627 forks source link

missing vocab and corpus pkls in /data directory #36

Open gasibusi opened 8 years ago

gasibusi commented 8 years ago

Hello,

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

yg37 commented 8 years ago

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

deepak0004 commented 7 years ago

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