#include <UnigramLM.hpp>
Inheritance diagram for MLUnigramLM:
Public Methods | |
MLUnigramLM (const Counter &counter, const string &lexiconID) | |
virtual | ~MLUnigramLM () |
virtual double | probEstimate (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 SmoothedMLEstimator. |