How would you go about spell checking player inputted words?

112 Views Asked by At

The game I want to make invloves players typing sentences, but my problem is I need to check the spelling of each word in their sentence, and possibly offer them what word they may have meant. Does anyone know how I could go about doing that?

1

There are 1 best solutions below

0
On

There are several ways, you can use the API of Google and Bing to spell check. there are also some 3rd party dll's that you can use together with the OpenOfice spelling dictionary.

Have a look at https://github.com/loresoft/NetSpell