Open edponce opened 4 years ago
Support multiple string matching algorithms such as fuzzy and double metaphone, see https://www.informit.com/articles/article.aspx?p=1848528 Also, consider fuzzywuzzy.
Besides Simstring implementations with different database backends, FACET now also includes fuzzy matching with Elasticsearch, approximate matching with RediSearch, and prefix matching with RediSearch.
Support multiple string matching algorithms such as fuzzy and double metaphone, see https://www.informit.com/articles/article.aspx?p=1848528 Also, consider fuzzywuzzy.