Introduction-NLP
HanLP作者的新书《自然语言处理入门》详细笔记!业界良心之作,书中不是枯燥无味的公式罗列,而是用白话阐述的通俗易懂的算法模型。从基本概念出发,逐步介绍中文分词、词性标注、命名实体识别、信息抽取、文本聚类、文本分类、句法分析这几个热门问题的算法原理与工程实现。
How to download and setup Introduction-NLP
Open terminal and run command
git clone https://github.com/NLP-LOVE/Introduction-NLP.git
git clone is used to create a copy or clone of Introduction-NLP repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with Introduction-NLP https://github.com/NLP-LOVE/Introduction-NLP/archive/master.zip
Or simply clone Introduction-NLP with SSH
[email protected]:NLP-LOVE/Introduction-NLP.git
If you have some problems with Introduction-NLP
You may open issue on Introduction-NLP support forum (system) here: https://github.com/NLP-LOVE/Introduction-NLP/issuesSimilar to Introduction-NLP repositories
Here you may see Introduction-NLP alternatives and analogs
tensorflow keras TensorFlow-Examples pytorch CNTK data-science-ipython-notebooks Qix handong1587.github.io telegram-list machine-learning-curriculum caffe machine-learning-for-software-engineers awesome-deep-learning-papers incubator-mxnet lectures cs-video-courses Screenshot-to-code spaCy cheatsheets-ai awesome-deep-learning handson-ml ML-From-Scratch dive-into-machine-learning tfjs tflearn awesome-datascience openpose HanLP tfjs-core Machine-Learning-Tutorials