Does anyone know a good .NET dictionary API? I’m not interested in meanings, rather I need to be able to query words in a number of different ways – return words of x length, return partial matches and so on…
Does anyone know a good .NET dictionary API? I’m not interested in meanings, rather
Share
Grab the flat text file from an open source spellchecker like ASpell (http://aspell.net/) and load it into a List or whatever structure you like.
for example,