项目作者: AndreyBronin

项目描述 :
Simple spellchecker uses approximate string matching(fuzzy search) algorithm based on Levenshtein distance between two strings
高级语言: C++
项目地址: git://github.com/AndreyBronin/spellchecker.git
创建时间: 2018-06-30T09:38:55Z
项目社区:https://github.com/AndreyBronin/spellchecker

开源协议:

下载


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