The Weight class for BM25 with Web link analysis. More...
Public Member Functions | |
WeightLinkBM25 (ElementList< Word > *wordList, DocumentList *documentList, BlockStats *stats) | |
Initialise the class using word and document statistics. | |
void | documentWeightValue (T *triple, Word *word) |
Weight the document using BM25 weight and the link analysis weight. |
The Weight class for BM25 with Web link analysis.
This class defines the operations needed to perform BM25 weighting with Web link analysis weighting (such as PageRank of ranking using SNMF) when computing document scores for a given query.