斯坦福大学自然语言处理第一课“引言(introduction)”
1.课程介绍
斯坦福大学于2012年3月在Coursera启动了在线自然语言处理课程,由NLP领域大牛Dan Jurafsky 和 Chirs Manning教授授课:
https://class.coursera.org/nlp/
以下为个人的一些学习笔记或归纳。
2.自然语言处理(NLP)相关技术及应用
- 自动问答(Question Answering,QA)
- 信息抽取(Information Extraction,IE)
- 情感分析(Sentiment Analysis,SA)
- 机器翻译(Machine Translation,MT)
3.自然语言处理(NLP)的发展现状
- 基本解决(mostly solved):
- 垃圾邮件检测 spam detection
- 词性标注 Part-of-speech (POS) tagging
- 命名实体标注 Named entity recognition (NER)
<