I think clustering the documents would be a solution and just recommend other documents in the same cluster. Is there a clustering algorithm in nutch? May be very expensive to calculate.
Daqing Zhao On 12/20/05, Victor Lee <[EMAIL PROTECTED]> wrote: > > Getting the term vector should be easy, but when you said calculation, is > it a simple comparision of all term vectors, or is it whole another beast? > > Stefan Groschupf <[EMAIL PROTECTED]> wrote: No, nutch has not such a > functionality. > The quick and dirty solution to implement this would extracting the > term vector from the original document, calculate (there would be > different algorithms) somehow the most important terms for this > document and just do a query with these terms. > HTH > Stefan > P.S. Contributions are every-time welcome. :) > Am 20.12.2005 um 04:48 schrieb Victor Lee: > > > Hi, > > Does Nutch's search result show "similar pages" like Google? I > > went to Modzex.com which is using Nutch but I don't see "similar > > pages" in its search result. > > > > Many thanks. > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam protection around > > http://mail.yahoo.com > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >
