/fast_fuzzy_search

Fast Fuzzy Phonetic Search algorithm in Python

Primary LanguagePythonMIT LicenseMIT

Fast Fuzzy Search

A fast fuzzy search algorithm implemented in Python.

Uses Phonex (Phonetic Indexing) to quickly find similar sounding words. Support for languages depends on languages supported by the PyPhone library.