lda2vec icon indicating copy to clipboard operation
lda2vec copied to clipboard

Results 64 lda2vec issues
Sort by recently updated
recently updated
newest added

hi, l hace installed lda2vec by "pip setup,py install" but when l run code,l got this errors ```python from lda2vec import Lda2vec,word_embedding from lda2vec import preprocess, corpus import matplotlib.pyplot as...

I am wondering that is there any new release of this project with Python 3 ?

I wanted to train the lda2vec model with my specific data stored in a mysql database in different languages not english only. But I didn't know how to do it??...

LDA2Vec doesn't seem to work at all at this current stage. Gensim code is outdated, the general code runs on Python 2.7, and people seem to be having problems with...

Thanks for this great library! However, after `python setup.py install`, I cannot import the core object LDA2Vec. I also didn't see any files with the name LDA2Vec in the source...

When I run preprocess.py,there is the following problem. How should I resolve it? Thanks very much! runfile('D:/Python project/3Olive-lda2vec-master/examples/twenty_newsgroups/data/preprocess.py', wdir='D:/Python project/3Olive-lda2vec-master/examples/twenty_newsgroups/data') Traceback (most recent call last): File "", line 1, in...

hello i have this error in hacker_news/data python preprocess.py Traceback (most recent call last): File "preprocess.py", line 47, in merge=True) File "build/bdist.linux-x86_64/egg/lda2vec/preprocess.py", line 76, in tokenize author_name = authors.categories File...

## hello i have this error in preprocess.py > python3 preprocess.py > Traceback (most recent call last): > File "preprocess.py", line 8, in > from lda2vec import preprocess, Corpus >...

To get preprocess.py running for Hacker News, I did the following from the lda2vec root: ``` mkdir ./examples/hacker_news/lib cp -r ./lda2vec ./examples/hacker_news/lib/ ``` In the hacker_news data/preprocess.py file I added...