diff --git a/README.md b/README.md index 2782d43..54cea5c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,44 @@ -# NaturalLanguageProcesing -Natural Language Procesing +# Natural Language Processing +**自然语言处理板块 +- - - + +## 预备知识 Prerequisite +- [See here](https://github.com/allmachinelearning/MachineLearning) + +- - - + +## 经典教材 Textbook + +### Natural Language Processing +- [统计自然语言处理 宗成庆] + +- [统计自然语言处理基础 Christoph Manning] + +### Statistical Learning + +- [统计学习方法 李航] + +- [Elements of Statistical Learning Trevor Hastie Robert Tibshirani Jerome Friedman] + +- - - + +## 常用工具包 Packages + +- [jieba](https://github.com/fxsjy/jieba) + +- [Stanford NLP](https://nlp.stanford.edu/software/) + +- [nltk](http://www.nltk.org/) + + - - - + + ## 论文 Paper + + - [word2vec](https://papers.nips.cc/paper/5021-distributed-representations-of-words-and-phrases-and-their-compositionality.pdf) + +- - - + +## 相关资料 Others + +- [自然语言处理怎么最快入门](https://www.zhihu.com/question/19895141) +