#include "DocumentRep.hpp"
#include "Index.hpp"
#include "UnigramLM.hpp"
Go to the source code of this file.
Namespaces | |
namespace | SimpleKLParameter |
Compounds | |
class | AbsoluteDiscountDocModel |
Absolute discout smoothing. More... | |
class | DirichletPriorDocModel |
Bayesian smoothing with Dirichlet prior. More... | |
class | JelinekMercerDocModel |
Jelinek-Mercer interpolation. More... | |
class | SimpleKLDocModel |
Doc representation for simple KL divergence retrieval model. More... | |
class | TwoStageDocModel |
Two stage smoothing : JM + DirichletPrior. More... |