#459 · Primary category: Education & Research

Introduction-NLP

ai deep-learning mechine-learing nlp

HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。

Project last updated:01/09/26

GitHub Stars

2.3K

Forks

544

Contributors

1

License

Apache-2.0

Why we included this project

These are detailed study notes from a reader working through the book 'Introduction to Natural Language Processing' by the creator of HanLP. The chapters cover the main algorithms behind Chinese NLP: dictionary-based segmentation, hidden Markov models, conditional random fields, part-of-speech tagging, named entity recognition, information extraction, text clustering and classification, and dependency parsing. The notes translate the math into plain language and include engineering details, so they work better as a guided tutorial than a reference text. If you are new to NLP, this is a practical bridge between formulas and code. If you already build models, it is a fast way to refresh the foundations that sit under modern language models. This is study material, not a library, so use it to build your own understanding rather than to run in production.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category