[postgis-tickets] [PostGIS] #1203: More configurable rating system

PostGIS trac at osgeo.org
Mon Dec 10 09:46:04 PST 2012


#1203: More configurable rating system
----------------------------+-----------------------------------------------
 Reporter:  robe            |       Owner:  robe         
     Type:  enhancement     |      Status:  new          
 Priority:  medium          |   Milestone:  PostGIS 2.1.0
Component:  tiger geocoder  |     Version:  trunk        
 Keywords:                  |  
----------------------------+-----------------------------------------------
Changes (by woodbri):

 * cc: woodbri (added)


Comment:

 A better scoring heuristic would be to compute a difference score for each
 standardized component using something like similarity() or levensthein()
 then assign a weighting to each component and sum and normalize the
 result.

 You can also do things like check if pre directional and post directional
 are swapped and not penalize as much for that.

 This comparison can be done between the standardized reference record and
 the standardized request easily because they are both broken into the
 identical field structures. Making the comparison between the
 unstandardized reference record and the unstandardized request is much
 harder and more erroroneous because things like ST. vs SAINT will throw
 off the scoring.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1203#comment:2>
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