| Home | Trees | Index | Help |
|
|---|
| Package viindex :: Module splitter :: Class Splitter |
|
| Method Summary | |
|---|---|
__init__(<dictionary (with add method) that will receive the results>,[casesensitive=True|False) | |
text_splitter(<text to split>). | |
| Class Variable Summary | |
|---|---|
str |
accepted_chars
|
| Method Details |
|---|
__init__(self,
wordsDB,
casesensitive=1,
smallest_keyword=2)
__init__(<dictionary (with add method) that will receive the
results>,[casesensitive=True|False)
|
text_splitter(self, text)text_splitter(<text to split>). Will populate wordsDB with the key words found |
| Class Variable Details |
|---|
accepted_chars
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Wed Aug 27 15:42:18 2003 | http://epydoc.sf.net |