Address extraction from emails in Java
- by Hans Klock
I'm looking for an Java open-source library which is able to extract address information from a (German) email (signature). The library should find
name
street
city, city code/postal code
email
tel/fax
address-parser.com is an commercial product, but an free (albeit simple) library would be great.
stackoverflow.com/questions/16413/parse-usable-street-address-city-state-zip-from-a-string is asking for something similar, but my problem is broader because the address information is hidden in a complete email. And there isn't a solution either...
Any ideas?