Slide 20
Slide 20 text
Language Modeling (Unigrams, Bigrams, etc)
A language model is a probabilistic model that assigns
probability to any sequence of n words P(w1
, w2
, . . . , wn)
Unigrams
Assuming that the word ocurrences are completely independent
P(w1
, w2
, . . . , wn) = Πn
i=1
P(wi) (3)
19