I am getting ready to design a system that can update news articles that are stored in a relational database. I would like to use a list of company names. Then I would like to find these company names within each article in the db, and update the record by adding hypertext links around those company names.
I am getting ready to do a brute force looping and searching system. I was wondering if anyone knows of articles or books that might lead me to a more elegant solution?
Thanks!
I am getting ready to do a brute force looping and searching system. I was wondering if anyone knows of articles or books that might lead me to a more elegant solution?
Thanks!