Top "Street-address" questions

Street address refers to postal addresses, or delivery points, that can be used for physical delivery of mail or goods.

Finding full address from postcode, what is the solution?

Basically I am making an application form for my site. I need to search for a full address using the …

php codeigniter lookup street-address postal-code
algorithm for checking addresses for matches?

I'm working on a survey program where people will be given promotional considerations the first time they fill out a …

algorithm street-address user-data
Open maps with specific address iOS 7

I am trying to make my application open the apple maps application and have the address be pulled up. I …

ios iphone map street-address apple-maps
Markup for postal addresses

Which HTML5 markup should we use for postal addresses? And which vocabulary could we use for enabling machine-readability? As an …

html semantic-markup street-address vocabulary
Address Match Key Algorithm

I have a list of addresses in two separate tables that are slightly off that I need to be able …

c# algorithm tsql join street-address
How to find distance between two addresses? (Java server side)

I have a "social" geographic aware application I'm developing, and the million dollar question is how do I list a …

google-maps geolocation distance street-address
How can I extract address from raw text using NLTK in python?

I have this text '''Hi, Mr. Sam D. Richards lives here, 44 West 22nd Street, New York, NY 12345. Can you contact …

python nltk stanford-nlp street-address
Regex for splitting a german address into its parts

Good evening, I'm trying to splitting the parts of a german address string into its parts via Java. Does anyone …

java regex split street-address
What does each Android's location.Address method return?

I am trying to figure out exactly how to get address component with the Android SDK with the class android.…

java android street-address google-geocoding-api
Compare 5000 strings with PHP Levenshtein

I have 5000, sometimes more, street address strings in an array. I'd like to compare them all with levenshtein to find …

php database similarity street-address levenshtein-distance