[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Crossword Solver (#132

Ball, Donald A Jr (Library)

7/27/2007 7:07:00 PM

> Where can I get a file with the dictionary list? I would
> rather not have to make my own.

http://wordlist.source... is a good resource, especially if
you're on Windows and don't have /usr/share/dict/words

- donald

1 Answer

Lloyd Linklater

7/27/2007 8:12:00 PM

0

Ball, Donald A Jr (Library) wrote:
> http://wordlist.source... 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-....