| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
api.TokenizerI --+
|
LineTokenizer
A tokenizer that divides a string into substrings by treating any single newline character as a separator. Handling of blank lines may be controlled using a constructor parameter.
|
|||
|
|||
|
|||
|
|||
|
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 |