NLP

NLTK Hello World Python Example

In this post, you will learn about getting started with natural language processing (NLP) with NLTK (Natural Language Toolkit), a platform to work with…

4 years ago

N-Gram Language Models Explained with Examples

Language models are models which assign probabilities to a sentence or a sequence of words or, probability of an upcoming…

7 years ago

Quick Introduction to Smoothing Techniques for Language Models

Smoothing techniques in NLP are used to address scenarios related to determining probability / likelihood estimate of a sequence of words…

7 years ago