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

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