From: Lloyd Linklater Date: 2007-07-28T05:11:45+09:00 Subject: Re: Crossword Solver (#132) Ball, Donald A Jr (Library) wrote: > http://wordlist.sourceforge.net/ is a good resource, especially if > you're on Windows and don't have /usr/share/dict/words Perfect! I got this, then chose the 6 files that were straight wordlists. I wrote a program to read each file, change it to uppercase, get rid of non alpha characters (which are no good for the puzzle), get rid of all duplicates and write the new (sorted) list to a new file. It has something like 108k words. nice! Thanks all! -- Posted via http://www.ruby-forum.com/.