PDA

View Full Version : Theory Of Matching Sets of Keywords?


dealmaker
09-12-2005, 07:58 AM
Hi,
I have 2 database(A & B) tables with sets of keywords in each rows. I am trying to match one row of database A with one or more rows of database B depended on how close they match each other and based on keywords(how similar they are). I am wondering if there is already function to do that? I am using Fulltext in mysql, but it seems that it's not good at matching keywords if there are too little terms. Is there already a known published theory on this?

Many thanks.

Mhtml
09-12-2005, 04:49 PM
You're after a search algorithm you mean? There are lots of different methods out there. Just use google (http://www.google.com)..