I was wondering if anyone knew of a good Java API for parsing addresses from various locales? This is an international app that needs to work in various places like Saudi Arabia and Germany.
Desolate
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
See the following: Parse usable Street Address, City, State, Zip from a string
Regular expression for parsing mailing addresses
It seems that library you are looking for is not implemented yet. Probably you will implement it? 🙂 I believe links I posted here can help you. Good luck.
Sorry. Here is yet another link: Java postal address parser
It is very useful! Go on this first.