edponce / FACET

Framework for Annotation and Concept Extraction in Text
Other
2 stars 0 forks source link

Additional string matching algorithms #12

Open edponce opened 4 years ago

edponce commented 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.

edponce commented 4 years ago

Besides Simstring implementations with different database backends, FACET now also includes fuzzy matching with Elasticsearch, approximate matching with RediSearch, and prefix matching with RediSearch.