xapian-core  2.0.0
Namespaces | Functions
lmweight.cc File Reference

Unigram Language Modelling weighting classes. More...

#include <config.h>
#include "xapian/weight.h"
#include "weightinternal.h"
#include "debuglog.h"
#include "omassert.h"
#include "serialise-double.h"
#include "stringutils.h"
#include "xapian/error.h"
#include <cmath>
+ Include dependency graph for lmweight.cc:

Go to the source code of this file.

Namespaces

 Xapian
 The Xapian namespace contains public interfaces for the Xapian library.
 

Functions

static void parameter_error (const char *message, const std::string &scheme, const char *params)
 

Detailed Description

Unigram Language Modelling weighting classes.

Definition in file lmweight.cc.

Function Documentation

◆ parameter_error()

static void parameter_error ( const char *  message,
const std::string &  scheme,
const char *  params 
)
inlinestatic