Java Compare Addresses
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-02-11T13:30:08Z
Indexed on
2010/05/21
16:40 UTC
Read the original article
Hit count: 179
Hi,
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.
© Stack Overflow or respective owner