#include "TextQueryRep.hpp"
#include "ScoreFunction.hpp"
#include "TextQueryRetMethod.hpp"
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | OkapiParameter |
Compounds | |
class | OkapiDocRep |
Doc representation for Okapi model. More... | |
class | OkapiQueryRep |
OkapiQueryRep carries an array to store the count of relevant docs with a term. More... | |
class | OkapiQueryTerm |
Represent of a query term in Okapi retrieval model, the term carries a count of the number of rel docs with the term. More... | |
class | OkapiRetMethod |
The Okapi BM25 retrieval function, as described in their TREC-3 paper. More... | |
class | OkapiScoreFunc |
The Okapi scoring function. More... |