Discussion Board
There are no previous messagesGo to the following message
Current Forum: Homework 5 - Part 3
Date: Sat Nov 10 2001 9:48 pm
Author: Liu, Limin Angela <laliu@andrew.cmu.edu>
Subject: email address

If we consider email addresses as links, and put them in our graph structures, there will be no outdegrees for this kind of links (a waste of space for adjacency matrix, if it is implemented). Also, they will not be indexed since we can't parse this type of urls. Which would mean, there is really not much gain counting them as links in part I and II since we can't retrieve them.

If we are really persistent, maybe we can associate the text between <a > and </a> as the keywords for this email, and enter these words into the index structure.

e.g.
<a href="mailto:..."> someone's email </a>

someone's email will now be the keywords for the email link, rather than the present page. But this is still not helpful, if the text is not the person's name, but, let's say, "contact me".

So, what is the official oppinion on indexing email addresses?
Post response

There are no previous messagesGo to the following message
Current Thread Detail:
email address      Liu, Limin Angela      Sat Nov 10 2001 9:48 pm       
Re: email address      Goodman, Brian J.      Sat Nov 10 2001 10:36 pm       
Re: email address      Liu, Limin Angela      Sun Nov 11 2001 8:14 pm       
Re: email address      Goodman, Brian J.      Sun Nov 11 2001 9:14 pm       
Re: email address      Abounader, Brooke N.      Tue Nov 13 2001 5:24 am       
Re: email address      Juneja, Ajay K.      Tue Nov 13 2001 11:02 am       

Back to previous screen