gensim.utils.RepeatCorpus

class gensim.utils.RepeatCorpus(corpus, reps)[source]

Used in the tutorial on distributed computing and likely not useful anywhere else.

Methods

__init__(corpus, reps) Wrap a corpus as another corpus of length reps.
load(fname[, mmap]) Load a previously saved object from file (also see save).
save(fname_or_handle[, separately, ...]) Save the object to file (also see load).