1.What is NLP

NLP(Natural Language Processing)=NLU+NLG
自然语言(Natural Language):文本、语音
NLU:自然语言理解
NLG:自然语言生成

2.Why NLP is harder than CV

CV:所见即所得
NLP:存在一个理解的过程

3.The challenge of NLP

  • 同一个意思存在多种表达


    Greedy NLP Learning Notes(一)
    image.png
  • 一词多义


    Greedy NLP Learning Notes(一)
    image.png
  • 解决一词多义的方法
    通过对数据学习,获取该词在对应场景下意思的概率


    Greedy NLP Learning Notes(一)
    image.png

    上下文信息context


    Greedy NLP Learning Notes(一)
    image.png

4.基于统计学的机器翻译

Greedy NLP Learning Notes(一)
image.png

Greedy NLP Learning Notes(一)
image.png
  • 基于统计学的机器翻译的三大问题


    Greedy NLP Learning Notes(一)
    image.png
  • 一个好的语言模型的要素


    Greedy NLP Learning Notes(一)
    image.png
  • 机器翻译难度地图(红色最难)


    Greedy NLP Learning Notes(一)
    image.png

5.NLP的应用场景

Greedy NLP Learning Notes(一)
image.png

Greedy NLP Learning Notes(一)
image.png

Greedy NLP Learning Notes(一)
image.png

Greedy NLP Learning Notes(一)
image.png

Greedy NLP Learning Notes(一)
image.png

Greedy NLP Learning Notes(一)
image.png

6.NLP关键技术

Greedy NLP Learning Notes(一)
image.png

分词->词性标注->命名实体识别->句法分析->依存分析->关系抽取


Greedy NLP Learning Notes(一)
image.png

Greedy NLP Learning Notes(一)
image.png

Greedy NLP Learning Notes(一)
image.png

相关文章:

  • 2021-06-20
  • 2022-02-17
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-11-29
猜你喜欢
  • 2021-05-05
  • 2021-08-19
  • 2021-07-05
  • 2021-09-26
  • 2021-07-11
  • 2021-06-28
  • 2021-12-11
相关资源
相似解决方案