-
Notifications
You must be signed in to change notification settings - Fork 53
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
Support gensim4 LdaModel #73
Merged
Merged
Commits on Jan 4, 2024
-
Reflect renamed module for LdaModel in gensim4.
`LdaModel`, that was in `gensim.models.lda`(gensim3), is implemented by `gensim.models.ldamodel` now (gensim4). The proposed solution tries both and exits with an error if neither module can be imported.
Configuration menu - View commit details
-
Copy full SHA for 3bb0548 - Browse repository at this point
Copy the full SHA 3bb0548View commit details
Commits on Jan 5, 2024
-
Check wether version 3 or 4 of gensim is loaded and train the lda model accordingly.
Configuration menu - View commit details
-
Copy full SHA for ed4c14d - Browse repository at this point
Copy the full SHA ed4c14dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98b7eb5 - Browse repository at this point
Copy the full SHA 98b7eb5View commit details -
Import sys.exit() to raise error if gensim not available
This error-handling may not comply with the general litstudy convention.
Configuration menu - View commit details
-
Copy full SHA for bcec9c0 - Browse repository at this point
Copy the full SHA bcec9c0View commit details -
Convert the mayor version number to int as expected in the conditional.
Configuration menu - View commit details
-
Copy full SHA for b739626 - Browse repository at this point
Copy the full SHA b739626View commit details -
Pass the num_topics parameter to LdaModel with gensim4.
Configuration menu - View commit details
-
Copy full SHA for db995c1 - Browse repository at this point
Copy the full SHA db995c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f43d34 - Browse repository at this point
Copy the full SHA 6f43d34View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 53903a6 - Browse repository at this point
Copy the full SHA 53903a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0495363 - Browse repository at this point
Copy the full SHA 0495363View commit details -
Configuration menu - View commit details
-
Copy full SHA for 452a4a6 - Browse repository at this point
Copy the full SHA 452a4a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cefc82 - Browse repository at this point
Copy the full SHA 1cefc82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc42b2 - Browse repository at this point
Copy the full SHA 8bc42b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28b3324 - Browse repository at this point
Copy the full SHA 28b3324View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffbf7d4 - Browse repository at this point
Copy the full SHA ffbf7d4View commit details -
Set default algorithm back to ldamulticore, which requires to define …
…a main() function in the calling module.
Configuration menu - View commit details
-
Copy full SHA for 48f42ea - Browse repository at this point
Copy the full SHA 48f42eaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.