4 projects
fuzzy-multi-dict
`fuzzy-multi-dict` is a module that provides a hight-flexible structure for storing and accessing information by a string key.
numeral-converter
simple-spell-checker
Simple Spell Checker is a spell checker based on prefix tree search. It find nearest to input word from known words (from input list). The algorithm finds mistakes in a word (insertions, deletions, replacements).