Skip to content
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

Inconsistent documentation for LdaSeqModel #3474

Closed
rsokolewicz opened this issue May 23, 2023 · 0 comments · Fixed by #3475
Closed

Inconsistent documentation for LdaSeqModel #3474

rsokolewicz opened this issue May 23, 2023 · 0 comments · Fixed by #3475

Comments

@rsokolewicz
Copy link
Contributor

Problem description

The code description of how to use LdaSeqModel does not match what the code example actually does. On https://radimrehurek.com/gensim/models/ldaseqmodel.html we have:

image

according to the code example we have 9 documents, with 2, 4, and 3 documents respectively in each time slice, while the text above claims otherwise. Also, the text is grammatically incorrect.

Steps/code/corpus to reproduce

Versions

gensim==4.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant