【问题标题】:Difference between named entity recognition and resolution?命名实体识别和解析之间的区别?
【发布时间】:2011-12-21 11:22:14
【问题描述】:

命名实体识别和命名实体解析有什么区别?希望有一个实际的例子。

【问题讨论】:

    标签: nlp named-entity-recognition named-entity-extraction


    【解决方案1】:

    命名实体识别是在运行文本中提取名称并将它们分类。例如,给定 (1)

    John Terry to face criminal charges over alleged racist abuse
    

    NE 识别器将输出

    [PER John Terry] to face criminal charges over alleged racist abuse
    

    NE 解析或规范化意味着找出一个名称所指的外部世界中的哪个实体。例如,在上面的示例中,输出将使用足球运动员约翰·特里的唯一标识符进行注释,例如他的 Wikipedia URL:

    [https://en.wikipedia.org/wiki/John_Terry John Terry] to face criminal charges
    over alleged racist abuse
    

    相对于,例如

    https://en.wikipedia.org/wiki/John_Terry_%28actor%29
    https://en.wikipedia.org/wiki/John_Terry_%28baseball%29
    

    或任何其他维基百科知道的约翰·特里。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-03-17
      • 1970-01-01
      • 2011-07-31
      • 2018-03-08
      • 2020-07-02
      • 2021-05-06
      • 1970-01-01
      • 2017-01-16
      相关资源
      最近更新 更多