Home | Trees | Indices | Help |
|
---|
|
object --+ | AbstractLazySequence --+ | LazyConcatenation
A lazy sequence formed by concatenating a list of lists. This
underlying list of lists may itself be lazy.
LazyConcatenation
maintains an index that it uses to keep
track of the relationship between offsets in the concatenated lists and
offsets in the sublists.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Return the number of tokens in the corpus file underlying this corpus view.
|
Return an iterator that generates the tokens in the corpus file
underlying this corpus view, starting at the token number
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:58 2008 | http://epydoc.sourceforge.net |