←back to thread

78 points nateb2022 | 1 comments | | HN request time: 0.195s | source
Show context
Ameo ◴[] No.44506687[source]
I used this at a previous company with quite good success.

With relatively minimal effort, I was able to spin up a little standalone container that wrapped around the service and exposed a basic API to parse a raw address string and return it as structured data.

Address parsing is definitely an extremely complex problem space with practically infinite edge cases, but libpostal does just about as well as I could expect it to.

replies(2): >>44506724 #>>44508483 #
1. degamad ◴[] No.44506724[source]
Ditto - I was impressed with how well it handled the weird edge cases in our data.

They've managed to create a great working implementation of a very, very small model of a very specific subset of language.