S
Stuart Henry
I am trying to build an anagram utility for improving Scrabble skills. It
involves inputting seven letters and then creating a table with all possible
combinations for those seven letters (I have been able to do this pretty
easily). I next want to check that table against a dictionary to find out if
any of the combinations are actually words. Then I would like to write the
actual words to another table. I don't see how to use the Microsoft main
dictionary for this. It looks like I have to create my own custom
dictionary, but I don't know how I would populate that with all the words in
the English language. Is there a way to use the Microsoft main dictionary
for this purpose? Or does anyone else have any ideas?
involves inputting seven letters and then creating a table with all possible
combinations for those seven letters (I have been able to do this pretty
easily). I next want to check that table against a dictionary to find out if
any of the combinations are actually words. Then I would like to write the
actual words to another table. I don't see how to use the Microsoft main
dictionary for this. It looks like I have to create my own custom
dictionary, but I don't know how I would populate that with all the words in
the English language. Is there a way to use the Microsoft main dictionary
for this purpose? Or does anyone else have any ideas?