MorvanZhou/NLP-Tutorials
Simple implementations of NLP models. Tutorials are written in Chinese on my website https://mofanpy.com
This project provides practical, simple code examples for various Natural Language Processing (NLP) models. It helps developers understand how these models work by showing implementations from basic word representation to advanced transformer architectures. You input text data, and the models process it to perform tasks like search, word understanding, and sentence analysis. This is for software developers and machine learning engineers who need to build or integrate NLP features into their applications.
955 stars. No commits in the last 6 months.
Use this if you are a developer looking for clear, straightforward code examples to learn and implement core NLP models in your projects.
Not ideal if you are a non-technical user seeking a ready-to-use tool for text analysis without writing code.
Stars
955
Forks
317
Language
Python
License
MIT
Category
Last pushed
May 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/MorvanZhou/NLP-Tutorials"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
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)