nltk.AbstractLazySequence.iterate_from

AbstractLazySequence.iterate_from(start)[source]

Return an iterator that generates the tokens in the corpus file underlying this corpus view, starting at the token number start. If start>=len(self), then this iterator will generate no tokens.