A curated set of practical notebooks covering the core concepts of Natural Language Processing (NLP). This playbook is designed to help learners understand and apply key NLP techniques step-by-step using Python and popular libraries.
NLP-start-to-end/
β
βββ 00_Basics_of_NLP/ # Core NLP concepts
β βββ 1Tokenization.ipynb
β βββ 2POS_Tagging.ipynb
β βββ 3NameEntityRecog.ipynb
β βββ 4chunking.ipynb
β βββ 5parsing.ipynb
β
βββ README.md # Overview of the project
βββ requirements.txt # Dependencies for running notebooksCreated with β€οΈ by Sourav Kumar