•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Software Developers' Lounge section within the Software Development category of DaniWeb, a massive community of 375,221 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,273 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Software Developers' Lounge advertiser:
Views: 884 | Replies: 5
![]() |
•
•
Join Date: Dec 2007
Posts: 10
Reputation:
Rep Power: 1
Solved Threads: 0
No, I'm not writing a brute force cracking program, just getting that cleard up (I would have guessed that if someone asked me this).
I actually started making an anagram solver, sort of. It was actually for the game "Bully" and the english lesson where you have to make words from a list of chars, I suck at word games and decided "I would show it". Yeah....
Well I didn't think about where I would actually get this list of "every word in the English Language". I tried a spell checker word set, seems to contain what I think might be syntax rules and other "long" words that dont really come up in word games.
Didn't post it in a help section because I'm not really looking for help, just looking for some insight into how others (I'm assuming there must be a lot of people on here who wrote anagram program at some point) solved this issue.
I actually started making an anagram solver, sort of. It was actually for the game "Bully" and the english lesson where you have to make words from a list of chars, I suck at word games and decided "I would show it". Yeah....
Well I didn't think about where I would actually get this list of "every word in the English Language". I tried a spell checker word set, seems to contain what I think might be syntax rules and other "long" words that dont really come up in word games.
Didn't post it in a help section because I'm not really looking for help, just looking for some insight into how others (I'm assuming there must be a lot of people on here who wrote anagram program at some point) solved this issue.
http://en.wikipedia.org/wiki/Oed
But there are plenty of common word lists on the web, for the want of a bit of searching.
But there are plenty of common word lists on the web, for the want of a bit of searching.
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
•
•
Join Date: Dec 2007
Posts: 10
Reputation:
Rep Power: 1
Solved Threads: 0
Yeah, I was hoping for just a giant list of every list in the dictionary, each word on a line without the definition. Well I'm using these lists combined:
http://dictionary-thesaurus.com/Wordlists.html
seems to do the job ok (and most importantly beat that game).
Thanks.
http://dictionary-thesaurus.com/Wordlists.html
seems to do the job ok (and most importantly beat that game).
Thanks.
•
•
Join Date: Aug 2005
Location: near St Louis, Missouri, USA
Posts: 10,199
Reputation:
Rep Power: 34
Solved Threads: 824
>>I was hoping for just a giant list of every list in the dictionary
which dictionary? there are quite a few of them and they all contain a different set of words.
which dictionary? there are quite a few of them and they all contain a different set of words.
'Politics' is made up of two words, 'poli,' which is Greek for 'many,' and 'tics,' which are blood-sucking insects.
- Gore Vidal
Being ignorant is not so much a shame as being unwilling to learn. - Benjamin Franklin
- Gore Vidal
Being ignorant is not so much a shame as being unwilling to learn. - Benjamin Franklin
•
•
Join Date: Nov 2004
Location: Netherlands
Posts: 5,588
Reputation:
Rep Power: 18
Solved Threads: 187
•
•
Join Date: Dec 2007
Posts: 10
Reputation:
Rep Power: 1
Solved Threads: 0
Sorry forgot about this.
@Ancient Dragon:I was thinking something like the oxford standard dictionary in list form, something suitable for a word game.
@jwenting: People can jump to conclusions when you ask for 'every word' in the dictionary, I should point out that I have come across really good lists for cracking, they just don't work too well for word games.
@Ancient Dragon:I was thinking something like the oxford standard dictionary in list form, something suitable for a word game.
@jwenting: People can jump to conclusions when you ask for 'every word' in the dictionary, I should point out that I have come across really good lists for cracking, they just don't work too well for word games.
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb Software Developers' Lounge Marketplace
- Previous Thread: Semester Project Ideas?
- Next Thread: Nested Program Generation -- Looking for Terminology



Linear Mode