实体链接 - 常用资源

Fast Entity Linker Core(FEL) https://github.com/yahoo/FEL
This library performs query segmentation and entity linking to a target reference Knowledge Base (i.e., Wikipedia). In its current version it is tailored +towards query entity linking (alternatively, short fragments of text). The main goal was to have an extremely fast linker (< 1 or 2 ms/query on average on a standard laptop) that is completely unsupervised, so that more sophisticated approaches can work on top of it with a decent time budget available. A side effect of this is that the datapack used by the linker occupies <3GB making it suitable to run on the grid (and making the footprint on server machines very low).


下面的几种来自于 CSDN昕玫的博客“【调研】关于Entity Linking(实体链接)的材料收集

  1. https://www.microsoft.com/cognitive-services/en-us/entity-linking-intelligence-service
    微软的实体链接服务(非开源),从demo看很简洁。可惜没有原理概述。

  2. http://dexter.isti.cnr.it/
    dexter,一个实体链接框架。(官方的live demo都运行了半天没出结果,实用性有点令人担心)

  1. https://developers.google.com/knowledge-graph/
    google的知识库检索。可以作为实体链接的一个环节来看。google的检索排名做得很好(结合知识热度/知识名/别名/正文)。
  1. http://aksw.org/Projects/AGDISTIS.html
    当前流行的开源实体链接服务之一。(链接到dbpedia)
  1. https://tagme.d4science.org/tagme/
    当前流行的实体链接服务之一。(链接到Wikipedia)
  1. http://dbpedia.org/
    dbpedia是常见实体链接服务所使用的知识库之一。常见的知识库包括Wikipedia(https://www.wikipedia.org/.)、Freebase、YAGO、DBpedia。最常用的就是wikipedia了。
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 昨天读了一本书——《极简主义——风靡欧美的工作与生活理念》。本以为,这本书应该和《断舍离》一样,是指导人们通过精简...
    青鸾gl阅读 316评论 0 0
  • 1、什么是单一线下回归 解释 Y:依赖变量 x: 独立变量 B1:回归系数(斜率) B0:起点的地方(于Y周交叉的...
    NextStepPeng阅读 968评论 0 1