Any Java library for address extraction from emails?
Posted
by Hans Klock
on Stack Overflow
See other posts from Stack Overflow
or by Hans Klock
Published on 2010-04-14T14:01:14Z
Indexed on
2010/04/14
14:13 UTC
Read the original article
Hit count: 375
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
- tel/fax
address-parser.com is an commercial product, but a 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?
© Stack Overflow or respective owner