Fuzzy matching
In order to prepare for record linkage on book titles, we normalized the strings by performing a few operations on them. An alternative is to use what is referred to as fuzzy matching.
An exact match between two strings requires that the strings be... well... exactly the same. For example, Finnegans Wake and Finnegan's Wake are obviously referring to the same entity but a join operation on exact string equality will not make this connection. A fuzzy join operation can use a measure of string similarity and join records with above a certain threshold of similarity. There are many different types of string similarity metrics but most of them would rate both versions of the work by James Joyce as highly similar.
You can perform ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access