I am looking for a simple text file that contains all the words in a moderm dictionary.
I play a game called scramble, and would like to create a program that takes an input of letters and will tell me what kind of words could be made out of the combination of letters.
DNOCDCIA
ELRJ
IIOT
Circle, Cocain, Jailed, Carol can be made out of the previous input, but words like Tan, Coat, Not can not be made since their letters are not touching. I am going to do a recursive search on the input, but need a list of words to compare it to.