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

_______________________________________________
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev

Reply via email to