What i'm trying to do is create a small program that finds out a list of words that follow some parameters like the 3rd letter is "s" and it is 5 letters long.
Is there any sort of dll, resource, or a built in function in windows that would allow me to get a string list of all of the words in the english dictionary.
poonam boratePosted Feb 4, 2009, 2:17 AM
CutchPosted Feb 11, 2008, 9:51 PM
Hey thanks its got a dictionary text file for nine languages, and english is one of them.
AlanPosted Feb 11, 2008, 6:53 PM
There's nothing built in to my knowledge though you might be able to make use of the dictionary which comes with this free C# spellcheck engine:
http://www.codeproject.com/KB/string/netspell.aspx