many functions and files are missing in lda2vec library (which is installed using pip) for which I had to move around files from git to the folder where lda2vec is installed. And there were many other spelling and paranthesis mistakes (from python3 point of view). But I am not able to find a function/file by name move. which is necessary in order to run lda2vec_run.py
the error generated is
File "C:\Users\Sudheera\Downloads\lda2vec-master\examples\hacker_news\lda2vec\lda2vec_model.py", line 3, in
from lda2vec.utils import move
ImportError: cannot import name 'move' from 'lda2vec.utils' (C:\Users\Sudheera\Anaconda3\lib\site-packages\lda2vec\utils.py
many functions and files are missing in lda2vec library (which is installed using pip) for which I had to move around files from git to the folder where lda2vec is installed. And there were many other spelling and paranthesis mistakes (from python3 point of view). But I am not able to find a function/file by name move. which is necessary in order to run lda2vec_run.py the error generated is File "C:\Users\Sudheera\Downloads\lda2vec-master\examples\hacker_news\lda2vec\lda2vec_model.py", line 3, in
from lda2vec.utils import move
ImportError: cannot import name 'move' from 'lda2vec.utils' (C:\Users\Sudheera\Anaconda3\lib\site-packages\lda2vec\utils.py