Package viindex :: Module splitter :: Class Splitter
[show private | hide private]
[frames | no frames]

Class Splitter


This will split the text and return the list of words found with nombers.
Method Summary
  __init__(self, wordsDB, casesensitive, smallest_keyword)
__init__(<dictionary (with add method) that will receive the results>,[casesensitive=True|False)
  text_splitter(self, text)
text_splitter(<text to split>).

Class Variable Summary
str accepted_chars

Method Details

__init__(self, wordsDB, casesensitive=1, smallest_keyword=2)
(Constructor)

__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

Type:
str
Value:
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_'      

Generated by Epydoc 1.1 on Wed Aug 27 15:42:18 2003 http://epydoc.sf.net