| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
TokenizerI --+
|
StringTokenizer
A tokenizer that divides a string into substrings by splitting on the specified string (defined in subclasses).
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
Divide the given string into a list of substrings.
|
Identify the tokens using integer offsets (start_i, end_i), where s[start_i:end_i] is the corresponding token.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:53 2011 | http://epydoc.sourceforge.net |