Learn Before
Concept
MLE & Normalizing
To estimate the n-gram probablities, we get estimation normalize the MLE estimate for the parameters of an n-gram model by getting counts from a corpus, and normalizing the counts so that they lie between 0 and 1:
0
1
Updated 2022-07-04
Tags
Data Science