I have a list of words in a text file. What I want is for an input word a list of words that are similar to the input word. So the program should work similar to a spell checker API with only thing that the dictionary is limited to my list of words.
I can write my own code if I get some pointers to Spell Checker algorithm or regular expressions.