[postgis-tickets] [PostGIS] #2260: Benchmarking speed between built-in tiger normalizer and pagc_address_parser

PostGIS trac at osgeo.org
Wed Apr 24 18:58:57 PDT 2013


#2260: Benchmarking speed between built-in tiger normalizer and
pagc_address_parser
---------------------------------+------------------------------------------
 Reporter:  robe                 |       Owner:  robe         
     Type:  task                 |      Status:  new          
 Priority:  medium               |   Milestone:  PostGIS 2.1.0
Component:  pagc_address_parser  |     Version:  trunk        
 Keywords:                       |  
---------------------------------+------------------------------------------

Comment(by woodbri):

 Checked in a fix for the last problem svn revision 353.

 Here is my download and build script:
 {{{
 wget -O pagc-postgresql.tgz
 'http://pagc.svn.sourceforge.net/viewvc/pagc/branches/sew-
 refactor/postgresql/?view=tar'
 rm -rf postgresql
 tar xzf pagc-postgresql.tgz
 cd postgresql

 export PATH='/c/ming32/projects/gettext/rel-
 gettext-0.18.1/bin:/c/ming32/projects/xsltproc:/c/ming32/projects/gtk/bin:/c/ming32/projects
 /rel-
 libiconv-1.13.1w32/include:.:/bin:/include:/mingw/bin:/mingw/include:/c/Windows/system32:/c/Windows:/usr/local/bin:/c/ming32/Silksvn/bin::/c/ming32/projects/pgx32/pg92w32/bin:/c/ming32/projects/pgx32/pg92w32/lib'

 make SHLIB_LINK="-L/c/ming32/msys/local/lib -Wl,--enable-stdcall-fixup
 -lpostgres -lpgport -lwsock32 -lm  -lws2_32 -lshfolder -lpcre"
 CPPFLAGS=-I/usr/local/include && make install


 createdb test1
 psql -c 'create extension address_standardizer;' test1
 psql -f test.sql test1
 psql -f test2.sql test1

 }}}

 You may need to edit test.sql can change the path to the extension
 directory so that the files lex, gax, and rules tables will load.

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