kashyap32/NLP-Examples
Natural Language Processing Examples with python
This project provides practical examples for common Natural Language Processing (NLP) tasks. It helps you take raw text and perform actions like summarizing, identifying keywords, detecting sentiment, or extracting entities like people or places. It's designed for anyone who wants to quickly understand or implement foundational NLP capabilities for text data.
No commits in the last 6 months.
Use this if you need concrete examples to apply NLP techniques such as text summarization, sentiment analysis, or keyword extraction to your textual data.
Not ideal if you are looking for a fully-fledged, production-ready NLP library or a comprehensive theoretical course on NLP.
Stars
19
Forks
9
Language
Jupyter Notebook
License
—
Category
Last pushed
May 30, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/kashyap32/NLP-Examples"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
estnltk/estnltk
Open source tools for Estonian natural language processing
hb20007/hands-on-nltk-tutorial
The hands-on NLTK tutorial for NLP in Python
milaan9/Python_Natural_Language_Processing
This repository consists of a complete guide on natural language processing (NLP) in Python...
practical-nlp/practical-nlp-code
Official Repository for Code associated with 'Practical Natural Language Processing' book by...
DataForScience/NLP
Natural Language Processing For Everyone