Help for this page

Select Code to Download


  1. or download this
    #   Step through each term found in the parsed content and proceed wit
    +h
    #   term indexing
    ...
        ++${$self->{'_index_count'}}{$stem} unless ${$self->{'_index_stem'
    +}}{$stem}++;
        ++${${$self->{'_index_frequency'}}{$stem}}{$url};
    }
    
  2. or download this
    sub weights
    {
    ...
            ${$self->{'_tied_weight'}}{$stem} = \%weights;
        }
    }