| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
TokenizerI
A procesing interface for tokenizing a string, or dividing it into a list of substrings.
Subclasses must define:
|
|||
|
|||
list of list of str
|
|
||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Divide the given string into a list of substrings.
|
Apply self.tokenize() to each element of >>> return [self.tokenize(s) for s in strings]
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:58 2008 | http://epydoc.sourceforge.net |