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