Package nltk :: Package tokenize :: Module texttiling :: Class TokenSequence
[hide private]
[frames] | no frames]

type TokenSequence

source code

object --+
         |
        TokenSequence

A token list with its original length and its index

Instance Methods [hide private]
 
__init__(self, index, wrdindex_list, original_length=None) source code
Method Details [hide private]

__init__(self, index, wrdindex_list, original_length=None)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)