Smarty

Pros and cons of the fuzzy address matching algorithm

Fuzzy address matching helps identify errors like misspellings. Better match rates provide more usable data and minimizes time spent on manual validation.
John Hickey
John Hickey
 • 
January 17, 2023
Tags

Typos, typoes or typo's?

No matter how you spell the word, typos are a problem. Even the most accurate typist occasionally misspells a word, leaves off a letter at the end, or just types a different word than intended.

Typos in a text to your friend aren't a big deal. They'll figure out what you mean using context clues. But in a business data scenario, if you're following the logic of traditional address matching, where an address is either an exact match or not a match, you can't account for different formats or misspellings.

Exact address matching methods won't catch common mistakes like:

  • Spelling mistakes
  • Incorrect type (street vs. road)
  • Abbreviations
  • Synonyms: Floor vs. level -Unit, flat, or apartment
  • Swapped letters
  • Sounds like
  • Out-of-correct-order

However, fuzzy logic address matching excels at handling common address mistakes.

Fuzzy matching (also known as approximate string matching) is a technique that helps identify two elements of text, strings, or entries that are approximately similar but not 100% the same.

Traditional address matching logic is binary. An address either matches exactly, or it doesn't.

Fuzzy logic indicates the degree to which a statement is true, and can help identify errors like the list above. However, there are nuances to fuzzy matching. Being "too fuzzy" creates matches for addresses that deserve to fail, resulting in false positives.

To avoid this, you can choose your tolerance level, or what degree of similarity you'll accept, from the fuzzy matching algorithm. For example, a provider can set a threshold of 0.8 and then test and adjust as needed. The goal is to ensure that minimal false positives get through, while still returning results and allowing for misspellings, errors, and varying formats.

Here at Smarty, we have a multi-stage process that attempts to find a match using a reliable matching engine. If it doesn't find a match, that address is next run through more aggressive matching processes. By only running failed addresses through additional stages, match rates increase with minimal risk of matching addresses that deserve to fail.

Download the 4 Steps to Unlocking Latent Revenue and Driving ROI with Your Address Data ebook

Pros of fuzzy address matching

Fuzzy logic offers several advantages compared to traditional address matching. Let's look at a few of them.

1. Determining the likelihood of a full match

Fuzzy matching predicts the likelihood of a full match. Depending on how high the probability of a match is, you can decide to consider those two addresses a match or adjust your tolerance settings. Your match probability scores are also a good indicator of your data quality.

2. Handling misspellings, formatting errors, and phonetic variations

People often spell addresses based on how the street name sounds. Traditional address matching won't catch that Fontainebleau Drive is the same street as Fountainblue Drive or Fontinblow Drive. Fuzzy logic is much better at handling misspellings and minor differences because it looks at how many characters are different.

Without the ability to easily pair up the same address, written in two different ways, it's harder to deduplicate address data and merge your records.

3. Distinguishing unique address information

You can program your exact matches to accept some small, common variances in standard formatting (i.e., street vs. st, road vs. Rd, etc.). However, that won't help with non-standard address information or street names. You can't sit there and program in ten different spellings of Fontainebleau! Fuzzy logic allows you to set rules for address standardization, correcting address information like street names to match with greater accuracy.

Cons of fuzzy address matching

Nobody's perfect, and neither are fuzzy matching algorithms. Depending on your tolerance level, you might not catch the craziest misspellings or wacky formatting errors. However, fuzzy address matching addresses many weaknesses demonstrated by traditional address matching.

Powered by fuzzy address matching, better match rates can increase your revenue by providing more usable address data and minimizing time spent on manual validation.

Want to know more about how accurate address data can help your business? Download our free ebook, 4 Steps to Unlocking Latent Revenue and Driving ROI with Your Address Data.

Download the free ebook today Download the 4 Steps to Unlocking Latent Revenue and Driving ROI with Your Address Data ebook

Subscribe to our blog!
Learn more about RSS feeds here.
rss feed iconSubscribe Now
Read our recent posts
Black Friday ready: Real-time ecommerce address verification
Arrow Icon
Don’t panic. We’re not telling you to set up your Christmas lights in July or tune into your favorite holiday station. We’re not crazy here (mostly). But also, do your thang. What we ARE saying is that if you’re in ecommerce, you know just as well as Smarty does that you have to start prepping for those big holidays months in advance. Today is as good as any to see how setting up the right real-time address capabilities, like suggesting verified customer addresses as they type, can get your business in the black on Black Friday.
Address Autocomplete API JavaScript SDK tutorial
Arrow Icon
Webinar recap: Ready to take your web forms from "meh" to "wow"?In our recent webinar, we gave tips and tricks and demonstrated live coding magic. The essentials of Smarty's address autocomplete APIJavaScript SDK magic made easyIntegrating Smarty’s Address Autocomplete API using our JavaScript SDK is a breeze. Smarty also has SDKs for . NET, Android, Go, iOS, Java, PHP, Python, Ruby, and Rust, making setting up client credentials, building functions, and handling address lookups look like child’s play.
How Smarty™ sidestepped the global IT outage with 100% uptime
Arrow Icon
A recent defective update from CrowdStrike, a leading cybersecurity provider, caused a global outage affecting millions of Windows systems. Oops. The faulty update to CrowdStrike's Falcon software, intended for endpoint detection and response, led to the infamous "blue screen of death" (BSOD) and rendered many systems non-bootable. The widespread disruption primarily impacted large organizations reliant on CrowdStrike's services, sparing home PCs and systems running on Mac and Linux. Like the rest of the world, Smarty employees were also impacted.