#def chkSpelling(word) # """Checks spelling of word against dictionary""" #def ifWord(word) # """Checks to see if current word is a 'word'""" #def spellChkText(textString) # """Spells check text area"" #def removeWord(word) # """Removes word from dictionary""" #def addWord(word) # """Adds word to dictionary"""