Namespace NOpenNLP.Tools.Languagemodel
Package related to language models
Classes
- NGramLanguageModel
A ILanguageModel based on a NGramModel using Stupid Backoff to get the probabilities of the ngrams.
Interfaces
- ILanguageModel
A language model can calculate the probability p (between 0 and 1) of a certain sequence of tokens, given its underlying vocabulary.