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.
- Mac OS X Travis CI build
- lcov test coverage
- Windows build AppVeyor