Package opennlp.tools.languagemodel
package opennlp.tools.languagemodel
Package related to language models
- 
ClassDescriptionA language model can calculate the probability p (between 0 and 1) of a certainsequence of tokens, given its underlying vocabulary.ALanguageModelbased on aNGramModelusing Stupid Backoff to get the probabilities of the ngrams.