Address Quality
An API that validates Indonesian addresses.
49% accuracy on the first 106-address test set
- Go
- SQLite
- React
- TypeScript
Backend Engineer
Backend Engineer for almost a decade. In mission to solve scaling problems by make things effective & efficient.
Never Improve Blindly.
An API that validates Indonesian addresses.
49% accuracy on the first 106-address test set
The first Address Quality benchmark result was 49.1%, as documented in How I Benchmark Address Quality. Lower than the odds of a coin toss. LOL. But the benchmark does more than …
In the previous post, I wrote about how Address Quality interprets an address. It extracts evidence, builds possible candidates, then ranks them based on how well they match the …
In the previous post, I asked why address forms still make you select information you have already typed. My proposed solution was to move that effort into an API. You provide the …
One question keeps coming up while I build Address Quality: Why not just use Google Maps API? If I have a messy address, Google Maps API can turn it into a structured result. It …