←back to thread

Phonetic Matching

(smoores.dev)
77 points raybb | 1 comments | | HN request time: 0.198s | source
1. cess11 ◴[] No.42172333[source]
It's about someone using Levenshtein distance for phonetic fitting against text learning about soundex.

One way to start playing around with it is to put some stuff in a database: https://dev.mysql.com/doc/refman/8.4/en/string-functions.htm...

(or this module, https://www.postgresql.org/docs/current/fuzzystrmatch.html if you're stuck with PG)