You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all thanks for developing this clean and handy tool.
When I call nlp.train_lda_model() I get the following error:
ModuleNotFoundError: No module named 'gensim.models.lda'
This makes sense, because I am using gensim 4.2 which doesn't have this module but instead a module called gensim.models.ldamodel. As I understand, litstudy.nlp should detect which version of gensim I am running here:
Hi, first of all thanks for developing this clean and handy tool.
When I call
nlp.train_lda_model()
I get the following error:This makes sense, because I am using
gensim 4.2
which doesn't have this module but instead a module calledgensim.models.ldamodel
. As I understand,litstudy.nlp
should detect which version of gensim I am running here:https://github.com/NLeSC/litstudy/blob/fcb82e860c6c5bc6bf4573b2207e194ba6f6f0b1/litstudy/nlp.py#L323C5-L336C67
Unfortunately, this doesnt seem to work.
When using
gensim 3.x
, I get errors from different functions. I tried gensim3.0
-3.5
and4.0
-4.2
.Best regards,
Leonard
The text was updated successfully, but these errors were encountered: