nlp学习资料

我爱自然语言处理

斯坦福nlp首页
https://nlp.stanford.edu/

公开课
http://coursegraph.com/navigation/

资料
http://www.52nlp.cn/resources

统计自然语言处理pdf
http://vdisk.weibo.com/s/vfFpMc1S7T9V

公开课
http://www.52nlp.cn/%E8%AF%BE%E7%A8%8B

教程
http://blog.csdn.net/richard_more/article/details/50536422

Python NLTK结合stanford NLP工具包进行文本处理
https://www.cnblogs.com/baiboy/p/nltk1.html

CYK算法
https://zh.wikipedia.org/wiki/CYK%E7%AE%97%E6%B3%95

上下文无关文法
https://zh.wikipedia.org/wiki/%E4%B8%8A%E4%B8%8B%E6%96%87%E6%97%A0%E5%85%B3%E6%96%87%E6%B3%95

LL分析器
https://zh.wikipedia.org/wiki/LL%E5%89%96%E6%9E%90%E5%99%A8

LR分析器
https://zh.wikipedia.org/wiki/LR%E5%89%96%E6%9E%90%E5%99%A8

CYK算法详解
http://blog.csdn.net/yas12345678/article/details/53871148

http://ccl.pku.edu.cn/doubtfire/Course/Computational%20Linguistics/contents/CYK_parsing.pdf

你可能感兴趣的:(nlp)