nlptown/nlp-notebooks
A collection of notebooks for Natural Language Processing from NLP Town
This collection helps data scientists and NLP practitioners learn and apply various natural language processing techniques. It provides practical examples using code notebooks, taking raw text data as input and demonstrating how to extract insights like topics, entities, or classifications. Users can explore methods for text analysis, from foundational concepts to advanced model training.
1,015 stars. No commits in the last 6 months.
Use this if you are a data scientist or machine learning engineer looking for concrete, code-based examples to understand and implement NLP tasks like topic modeling, named entity recognition, or text classification.
Not ideal if you are not comfortable with coding or are looking for a no-code tool to perform NLP tasks.
Stars
1,015
Forks
386
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 16, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nlptown/nlp-notebooks"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
RingBDStack/SocialED
A python library for social event detection
mesolitica/NLP-Models-Tensorflow
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
astorfi/Deep-Learning-NLP
:satellite: Organized Resources for Deep Learning in Natural Language Processing
rguthrie3/DeepLearningForNLPInPytorch
An IPython Notebook tutorial on deep learning for natural language processing, including...
DSKSD/DeepNLP-models-Pytorch
Pytorch implementations of various Deep NLP models in cs-224n(Stanford Univ)