#include <UnigramLM.hpp>
Inheritance diagram for lemur::langmod::InterpUnigramLM:
Public Member Functions | |
InterpUnigramLM (const lemur::utility::Counter &counter, const string &lexiconID, const UnigramLM &refLM, double refCoeff) | |
virtual | ~InterpUnigramLM () |
virtual double | probEstimate (lemur::api::TERMID_T wordIndex, double count, double sum) const |
individual model differs in its implementation of probEstimate() method | |
Private Attributes | |
const UnigramLM * | ref |
double | refC |
coefficient for the reference language model |
|
|
|
|
|
individual model differs in its implementation of probEstimate() method
Implements lemur::langmod::SmoothedMLEstimator. |
|
|
|
coefficient for the reference language model
|