nlp

Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Top 5 Natural Language Processing Libraries for Data Scientist

In this blog post we are going to talk about Natural Language Processing (NLP) which is one of the branches...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Day 8: Text Classification with NaΓ―ve Bayes

Text Classification is a popular technique used in Natural Language Processing to categorize text documents into predefined categories. NaΓ―ve Bayes...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Day 7: Building a Sentiment Analysis Model

In today’s world, where social media is the new norm, analyzing the sentiment behind the text has become important for...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Day 6: Word Embeddings: an overview

Word embeddings are a powerful technique in natural language processing which can help us represent words in a more meaningful...

Read More β†’
POS tagging and named entity recognition
Naveen πŸ“… Last Updated: 16 Jun, 2026

POS Tagging and Named Entity Recognition in NLP with Python

If you’ve ever wondered how Google knows that “Paris” in one sentence means a city in France, and in another...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 14 Dec, 2024

Day 4: Stemming and Lemmatization

IntroductionNatural Language Processing (NLP) plays a critical role in understanding and processing human language. This blog discusses stemming and lemmatization,...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Day 3: Tokenization and stopword removal

Tokenization and stop word removal are two important steps in pre-processing text data for natural language processing (NLP) tasks. These...

Read More β†’
text preprocessing in NLP
Naveen πŸ“… Last Updated: 16 Jun, 2026

Text Preprocessing in NLP: Cleaning and Normalization Guide

I will tell you something which most of the NLP tutorials don’t tell you upfront: text preprocessing in NLP accounts...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Day 1: 30 days of Natural Language Processing (NLP)

Natural Language Processing (NLP) is a subfield of Artificial Intelligence (AI) that focuses on the interaction between computers and humans...

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Unleashing Emotions: Vader for Sentiment Analysis

VADER (Valence Aware Dictionary and Sentiment Reasoner) is a lexicon and rule-based sentiment analysis library that is specifically attuned to...

Read More β†’
sentiment analysis using TextBlob
Naveen πŸ“… Last Updated: 14 Jun, 2026

Sentiment Analysis using TextBlob: A Complete Python Guide

Ever wondered how companies know if customers are happy or angry β€” just from text? That’s sentiment analysis at work....

Read More β†’
Placeholder
Naveen πŸ“… Last Updated: 12 Dec, 2024

Step-by-Step Process of Implementing Stemming and Lemmatization in Python?

Install the Natural Language Toolkit (NLTK) library. This library provides a range of tools for natural language processing, including stemming...

Read More β†’