lda2vec
lda2vec copied to clipboard
missing vocab and corpus pkls in /data directory
Hello,
The vocab.pkl and corpus.pkl are missing under data direction in the both examples. Where can I get those files? Thank you.
I think if you run preprocess.py under the data folder, you will get these files.
I am getting memory error at pickle.dump(vocab, open('vocab.pkl', 'w')) in preprocess.py. Please provide way to resolve this.