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