You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Jared Dunne <ja...@thomson.com> on 2006/12/13 01:12:33 UTC

Summarizer Highlighting in 0.8.1

Hi Nutchmasters-

I have noticed that the summaries sometimes don't contain any highlighted
terms (aka words from query) in the fragments used.

I am wondering if this will be resolved in Nutch 0.8.2?

I noticed in the 0.8.1 source for BasicSummarizer this TODO comment:

  public Summary getSummary(String text, Query query) {
    
    // Simplistic implementation.  Finds the first fragments in the document
    // containing any query terms.
    //
    // TODO: check that phrases in the query are matched in the fragment

Should I create a bug for this or is it already on the radar or addressed??

Jared-