Skip to content

Simple spellchecker uses approximate string matching(fuzzy search) algorithm based on Levenshtein distance between two strings

Notifications You must be signed in to change notification settings

AndreyBronin/spellchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spellchecker

Build Status

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.

TODO

  • Mac OS X Travis CI build
  • lcov test coverage
  • Windows build AppVeyor

About

Simple spellchecker uses approximate string matching(fuzzy search) algorithm based on Levenshtein distance between two strings

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published