The List Spellchecker is written in C#. It searches for the next fitting word, depending on the letters and length of the word.

Follow this link, to get to its repository: https://bitbucket.org/mark_da_rat/listspellchecker/src/master/

It is necessary to give it the word to check, a list of words to check to and cultureInfo. You can use any list of words from the internet, you just must put it into Listy<string> in the code. Output is a list of strings, ordered by its most likely fit.

SpellCheck.WordPropability(currentWord, wordsToCheck, wordCategorizationModel.CultureInfo);

If you got questions, don’t hesitate to ask: service@uffheba.software.