[postgis-tickets] [PostGIS] #1461: Tiger Geocoder doesn't anticipate irregular spacing in road name

PostGIS trac at osgeo.org
Tue Apr 2 05:35:46 PDT 2013


#1461: Tiger Geocoder doesn't anticipate irregular spacing in road name
---------------------------------+------------------------------------------
 Reporter:  arencambre           |       Owner:  robe         
     Type:  defect               |      Status:  new          
 Priority:  medium               |   Milestone:  PostGIS 2.1.0
Component:  pagc_address_parser  |     Version:  trunk        
 Keywords:                       |  
---------------------------------+------------------------------------------

Comment(by woodbri):

 I should correct my last comment, PAGC still parses based on token so
 names like "SUN VALLEY" will parse as two tokens and "SUNVALLEY" will
 parse as one token. In my geocoder, I handle this under the fuzzy search
 by joining all the name tokens, then picking the best match to the input
 via scoring the results.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1461#comment:6>
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-tickets mailing list