Classes | |
class | DirichletUnigramLM |
Dirichlet prior smoothing. More... | |
class | DocUnigramCounter |
Counter of unigrams in documents. More... | |
class | InterpUnigramLM |
Linear interpolation smoothing. More... | |
class | LaplaceUnigramLM |
Laplace-smoothed unigram language model. More... | |
class | MLUnigramLM |
Maximum Likelihood Estimator. More... | |
class | OneStepMarkovChain |
One step markov chain translation model, not fully tested yet. More... | |
class | RelDocUnigramCounter |
Unigram counter for documents with in document term probabilities. Used by the relevance model feedback methods. More... | |
class | SmoothedMLEstimator |
Common implementation of a (smoothed) unigram LM estimated based on a counter. More... | |
class | UnigramLM |
Abstract Unigram Language Model class. More... |