talkpython/nlp-with-python-and-spacy-course
Course materials for our "Getting Started with NLP and spaCy" course at Talk Python
This repository provides materials for learning how to automatically analyze text using Python and spaCy. It helps you process raw text, like podcast transcripts, to extract meaningful information, such as identifying programming tools mentioned. This is ideal for anyone who needs to work with large amounts of text data and wants to automate the process of finding specific entities or understanding text content.
No commits in the last 6 months.
Use this if you want to learn how to apply Natural Language Processing techniques to text data using Python and the spaCy library.
Not ideal if you are looking for a ready-to-use application or a deep dive into advanced NLP research topics without foundational learning.
Stars
38
Forks
15
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Mar 07, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/talkpython/nlp-with-python-and-spacy-course"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nltk/nltk
NLTK Source
explosion/spaCy
💫 Industrial-strength Natural Language Processing (NLP) in Python
undertheseanlp/underthesea
Underthesea - Vietnamese NLP Toolkit
stanfordnlp/stanza
Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many...
flairNLP/flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)