gensim.utils.SlicedCorpus

class gensim.utils.SlicedCorpus(corpus, slice_)[source]

Methods

__init__(corpus, slice_) Return a corpus that is the slice of input iterable corpus.
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).