Introduction to NLP research
什么是自然语言处理?
Natural language processing (NLP) is the study of the problems of automated processing, understanding and generation of natural human languages.
Such as, Machine Translation, information extraction and so on.
为什么自然语言处理难?
- Many "words", many "phenomena", many "rules".
- Ambiguity
自然语言处理顶会
如何开始自然语言处理研究?
- 选一个开源项目
- 理解任务目标
- 编译和运行提供的demo代码
- 理解提供的算法
- 实现提供的算法
- 运行,与demo代码比较
-
尝试提升demo代码