Unit 5 Language Modeling Notes
Unit 5 Language Modeling Notes
A Language Model (LM) in NLP is a probabilistic statistical model that estimates the likelihood of a
sequence of words. It predicts the next word in a sentence using the context provided by previous
words.
Applications:
- Speech recognition
- Spelling correction
- Machine translation
- Chatbots
2. N-Gram Models
4. Parameter Estimation
Techniques:
Conclusion:
Language modeling is essential in NLP for understanding and generating human language. It