#include <UnigramLM.hpp>
Inheritance diagram for lemur::langmod::LaplaceUnigramLM:

Public Member Functions | |
| LaplaceUnigramLM (const lemur::utility::Counter &counter, const string &lexiconID, double vocabSize) | |
| virtual | ~LaplaceUnigramLM () |
| virtual double | probEstimate (lemur::api::TERMID_T wordIndex, double count, double sum) const |
| individual model differs in its implementation of probEstimate() method | |
Private Attributes | |
| double | vocSz |
|
||||||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
individual model differs in its implementation of probEstimate() method
Implements lemur::langmod::SmoothedMLEstimator. |
|
|
|
1.3.4