-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LdaMallet.show_topics(formatted=False) fails #1150
Comments
@tmylk why the param name inconsistency? |
Everything seems alright here https://github.com/RaRe-Technologies/gensim/blob/develop/gensim/models/wrappers/ldamallet.py#L237 |
Closing issue as fixed in #1066. @piskvorky There is an inconsistency between
Raised an issue #1198 |
Alright, makes sense, thanks. Let's make it consistent, definitely. |
Seems to be another side effect of the topn/num_topics issue:
In
gensim/models/wrappers/ldamallet.py
should be
The text was updated successfully, but these errors were encountered: