Assume you have a database full of addresses.
123 Main St.
Somewhere, USA 12345
Assume that the address is stored in a number of forms:
The problem I am trying to solve is this: Given an address as input, find any "similar" addresses in the DB without comparing every address (via String::Approx or Text::Levenshtein for instance). Using just the encoding routines alone seem to have a lot of false positives and false negatives.
Anyone have any expertise in the area have some advice? I am sorry, I don't have any real data I can share.
Cheers - L~R
In reply to Efficient Fuzzy Matching Of An Address by Limbic~Region
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |