3
Answers

Getting the english dictionary

Cutch

Cutch

16y
9.4k
1

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.

Answers (3)
0
poonam borate

poonam borate

NA 2 0 15y
i am searching for a dictionary which is having the functionality of checking whether the given word is verb or not.
0
Cutch

Cutch

NA 14 0 16y

Hey thanks its got a dictionary text file for nine languages, and english is one of them.

0
Alan

Alan

NA 8.3k 0 16y

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