meereeum / lda2vec-tf

tensorflow port of the lda2vec model for unsupervised learning of document + topic + word embeddings
437 stars 100 forks source link

NameError: name 'w2i' is not defined #6

Closed SidrahJunaid closed 7 years ago

SidrahJunaid commented 7 years ago

when trying to run preprocess.py I got this error

meereeum commented 7 years ago

preprocess.py is a direct fork of cemoody's original lda2vec. that said, this error is related to doctesting (the examples in the docstring) and should not affect use of the tokenize function when imported from preprocess