I ran into this problem a while ago:
http://groups.google.com/group/jgeocoder-users/browse_thread/thread/6bf83657218be3c7?hl=en
Vine Grove is just a small example of the underlying issue.
This postal aliasing is actually very useful for geocoding, because it
allows non-city things (like a neighborhood name) to turn into
something that is found in the Tiger DB. However, it's hell if you
use the normalized version for your parsing. Either use the city from
the parsed version or if you can write Java, it's pretty easy to move
the normalization step out of the AddressStandardizer and into the
space in-between the normalization and the geocoding. Or at least I
think it is, my version is very hacked up right now. But that's one
of the first things I did.
BTW, you can actually modify the postal alias data file pretty easily,
it's a flat file in the resources directory, unlike the Berkeley DB or
the Tiger data. But that's a slippery slope that I would avoid.
Ryan Levering
On May 12, 2:18 pm, "
tim.den...@seisan.com" <
tim.den...@seisan.com>
wrote: