Heuristically processing documents

BJörn Lindqvist bjourne at gmail.com
Thu Mar 19 14:51:16 EDT 2009


I have a large set of documents in various text formats. I know that
each document contains its authors name, email and phone number.
Sometimes it also contains the authors home address.

The task is to find out the name, email and phone of as many documents
as possible. Since the documents are not in a specific format, you
have to do a lot of guessing and getting approximate results is fine.

For example, to find the email you can use a simple regexp. If there
is a match you can be certain that that is the authors email. But what
algorithms can you use to figure out the other information?

-- 
mvh Björn



More information about the Python-list mailing list