Simple spellchecker uses approximate string matching(fuzzy search) algorithm based on Levenshtein distance between two strings
Simple spellchecker uses fuzzy search algorithm based on Levenshtein distance between two strings.
libfuzzysearch provides interface for std::string and std::wstring.
SpellCheck method get word to check and original word then highlighte misspelled symbols in result.