Posted by Animesh K on 11/08/07 23:18
Jerry Stuckle wrote:
>>
>
> That's not easy. Are you keeping the articles in a database or text
> files? If the former, you can search the database.
>
To keep the problem simpler, let's assume that each article has
tags/authors/topic and it is stored in database.
One can view this as a graph-theoretic problem (with the graph being
computed by php and stored in a database). But doing it in an efficient
way would be interesting.
Scanning the article for probable keywords is the next (and much harder)
step :)
Thanks for answering,
Animesh
[Back to original message]
|