-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
Unfortunately, this doesnt seem to work.
When using gensim 3.x, I get errors from different functions. I tried gensim 3.0 - 3.5 and 4.0 - 4.2.
Best regards,
Leonard
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working