Hi I'm writing a game where the player has to connect a group of letters to form words. Something like bookworm but it will be very different I hope.
The point of the question is that I need to build a dictionary of words.
I made a simple java program that crawls the web and extracts words, but a lot of trash is mixed with the good words and it's impossible to clean it. I'm talking about 100,000 words.
Is there any dictionary available that can be freely used or anybody has an idea of how to build one?
Thanks!
