Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Compare Addresses

Does anyone know a library to compare addresses in Java ?

Something that would give equality on addresses, written in different ways.

For example, it should recognize that

"22 Acacia Avenue" and "22 acacia av." 

is the same address.

Of course, this can escalate a lot, that's why i'm asking.

Thanks in advance.

like image 989
Tom Avatar asked Feb 11 '10 13:02

Tom


1 Answers

You should check out this question: Where is a good Address Parser

like image 77
Keith Rousseau Avatar answered Oct 01 '22 01:10

Keith Rousseau