NLP-LOVE/Introduction-NLP
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
This resource provides detailed notes on natural language processing (NLP) concepts, focusing on practical applications in Chinese text analysis. It takes raw text and transforms it into structured information such as segmented words, identified entities, or classified documents. Aspiring data scientists, AI engineers, or researchers working with textual data will find this useful for understanding NLP algorithms and their implementation.
2,267 stars.
Use this if you want to learn the fundamental principles and engineering implementations behind core NLP tasks like Chinese word segmentation, named entity recognition, and text classification.
Not ideal if you are looking for a plug-and-play NLP tool or a deep dive into advanced machine learning and deep learning theories without the NLP context.
Stars
2,267
Forks
546
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/NLP-LOVE/Introduction-NLP"
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)