[postgis-devel] [PostGIS] #1074: Matching on different street spelling?
PostGIS
trac at osgeo.org
Tue Jun 28 13:42:05 PDT 2011
#1074: Matching on different street spelling?
----------------------------+-----------------------------------------------
Reporter: mikepease | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: tiger geocoder | Version: 1.5.X
Keywords: |
----------------------------+-----------------------------------------------
Do you think there is anything you can do to find matches on slightly
different spellings of street names?
One case of this is when a compound name is spelled with a space in the
middle. For example:
COTTAGE WOOD instead of COTTAGEWOOD
--this works great[[BR]]
select (addy).*,*
from geocode('8525 COTTAGEWOOD TERR, Blaine, MN 55434')
--But an alternate spelling of COTTAGE WOOD throws it WAY off[[BR]]
select (addy).*,*
from geocode('8525 COTTAGE WOOD TERR, Blaine, MN 55434')
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1074>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list