piskvorky / gensim

Topic Modelling for Humans

Home Page:https://radimrehurek.com/gensim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent documentation for LdaSeqModel

rsokolewicz opened this issue · comments

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