#include <StructQueryRep.hpp>
Inheritance diagram for PassageQNode:
Public Methods | |
PassageQNode (int size, double w) | |
virtual | ~PassageQNode () |
virtual double | eval (DocumentRep *dR) |
Protected Attributes | |
int | winSize |
Passage window size. |
|
|
|
|
|
Score as the maximum passage score for the document rep normalized by window size. The StructQueryDocRep provides passage iteration over the overlapping windows. The score for an individual passage is the sum of the scores of the children nodes. Implements QueryNode. |
|
Passage window size.
|