[postgis-tickets] [PostGIS] #2260: Benchmarking speed between built-in tiger normalizer and pagc_address_parser
PostGIS
trac at osgeo.org
Sat Apr 13 00:20:34 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 robe):
the 8401 W 3W case just needed more entries in lex table. So took care of
this at r11290
Now output is:
-- 140ms (on my 64-bit windows 7) for pagc
-- vs. 47 ms for packaged normalizer.
{{{
address |
pagc_normalize_address
-----------------------------------------------------+-------------------------------------------------------
529 Main Street, Boston MA, 02129 |
(529,,MAIN,St,,,Boston,MA,02129,t)
77 Massachusetts Avenue, Cambridge, MA 02139 |
(77,,MASSACHUSETTS,Ave,,,Cambridge,MA,02139,t)
25 Wizard of Oz, Walaford, KS 99912323 | (25,,"WIZARD
OF",,,"# OZ WALAFORD","KS 99912323",,,t)
26 Capen Street, Medford, MA |
(26,,CAPEN,St,,,Medford,MA,,t)
124 Mount Auburn St, Cambridge, Massachusetts 02138 | (124,,"MOUNT
AUBURN",St,,,Cambridge,MA,02138,t)
950 Main Street, Worcester, MA 01610 |
(950,,MAIN,St,,,Worcester,MA,01610,t)
949 N 3rd St, New Hyde Park, NY, 11040 | (949,N,3,St,,,"New
Hyde Park",NY,11040,t)
8401 W 35W Service Dr NE, Blaine, MN 55449 | (8401,W,"35 W","Svc
Dr",NE,,Blaine,MN,55449,t)
}}}
Where do I disable the debug output. There is a ton of it
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2260#comment:3>
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