fuzzystrmatch
Extension PostgreSQL de Fuzzy Search : https://www.postgresql.org/docs/current/fuzzystrmatch.html
Code source de cette extension : https://git.postgresql.org/gitweb/?p=postgresql.git;a=tree;f=contrib/fuzzystrmatch;h=89b42b78852929839c19f07a98c86f29521bd8b7;hb=HEAD
Historique des changements : https://git.postgresql.org/gitweb/?p=postgresql.git;a=history;f=contrib/fuzzystrmatch;hb=HEAD
Journaux liées à cette note :
Journal du mercredi 10 janvier 2024 à 17:11
#iteration Projet GH-360 - Implémenter un POC de Fuzzy Search en PostgreSQL.
#JaiDécouvert que l'extension fuzzystrmatch implémente plusieurs algorithmes :
- Soundex => article Wikipedia : Soundex
- Daitch-Mokotoff Soundex => article Wikipedia : Daitch–Mokotoff Soundex
- Levenshtein => article Wikipedia : Levenshtein distance
- Metaphone => article Wikipedia : Metaphone
- Double Metaphone