#include <UnigramLM.hpp>
Inheritance diagram for LaplaceUnigramLM:
Public Methods | |
LaplaceUnigramLM (Counter &counter,const char *lexiconID,double vocabSize) | |
virtual | ~LaplaceUnigramLM () |
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.
Reimplemented from SmoothedMLEstimator. |