#include "Counter.hpp"
#include "Exception.hpp"
#include "IndexTypes.hpp"
#include <cstring>
Go to the source code of this file.
Compounds | |
class | DirichletUnigramLM |
Dirichlet prior smoothing. More... | |
class | InterpUnigramLM |
Linear interpolation smoothing. More... | |
class | LaplaceUnigramLM |
Laplace-smoothed unigram language model. More... | |
class | MLUnigramLM |
Maximum Likelihood Estimator. More... | |
class | SmoothedMLEstimator |
Common implementation of a (smoothed) unigram LM estimated based on a counter. More... | |
class | UnigramLM |
Abstract Unigram Language Model class. More... |