#include <UnigramLM.hpp>
Inheritance diagram for MLUnigramLM:
Public Methods | |
MLUnigramLM (Counter &counter, const char *lexiconID) | |
virtual | ~MLUnigramLM () |
virtual double | probEstimate (int wordIndex, double count, double sum) |
individual model differs in its implementation of probEstimate() method |
|
|
|
|
|
individual model differs in its implementation of probEstimate() method
Implements SmoothedMLEstimator. |