[OSM-dev] extracting house-number from string

Marcus Wolschon Marcus at Wolschon.biz
Fri Mar 13 15:28:24 GMT 2009


Hello,

does anyone know a good algorithm to extract
the house-number from a string containing
street-name and house-number?
Cases coollected so far:

 // "xyz 12"
        // "xyz 12b"
        // "11b xyz"
        // "11 xyz"
        // "xyz"
        // "5th avenue"
        // "3rd avenue"
        // "2nd avenue"
        // "1st avenue"

I need it for adding routing to house-numbers to the Traveling
Salesman -navigator.


Marcus




More information about the dev mailing list