Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
self.dict = { }
self.userwords = { }
self.lookup = None
self.wording = re.compile( '\s*(?P<word>[\w-#]+)' )
self.wording = re.compile( '\s*(?P<word>[\w\-#]+)' )
self.add_word( 'complete' )
def add_word( self, inword ):