📝
NLP Foundations
Natural Language Processing: tokenization, BoW, TF-IDF, NER, POS tagging
12345678
What is NLP — Pipeline Overview
beginner~18minNLP definition, applications, end-to-end pipeline from raw text to insight
Text Preprocessing: Tokenization, Stopwords, Stemming, Lemmatization
beginner~18minCleaning text data step by step with NLTK and spaCy
Bag of Words (BoW)
beginner~18minDocument-term matrix, sparse representation, limitations
TF-IDF (Term Frequency-Inverse Document Frequency)
intermediate~28minWeighting words by importance, formula, implementation
Named Entity Recognition (NER) with spaCy
intermediate~28minEntity extraction, custom entity tagging with set_ents, practical demo
Part of Speech (POS) Tagging
intermediate~28minGrammatical roles, noun/verb/adjective identification, use cases
N-Gram Language Models
intermediate~28minUnigrams, bigrams, trigrams, perplexity, simple language modeling
NLP Pipeline — End to End Practical
intermediate~28minBuilding a complete text processing pipeline from raw data to features