graph-enricher

时间:2024-04-30 15:56:44
【文件属性】:

文件名称:graph-enricher

文件大小:22KB

文件格式:ZIP

更新时间:2024-04-30 15:56:44

Python

BiblioGraphEnricher 通过查找新标识符和重复数据删除实体来丰富所有OCDM兼容知识图的工具。 目录 关于该项目 该工具分为两部分: 扩充器:给定一个图形集,查询许多不同的API,以提取有关图形中存在的实体的有用标识符。 instancematching:给定一个图集,根据图中存在的标识符对实体进行重复数据删除。 实际上涉及到4个外部API: Crossref(DOI,ISSN) ORCID 威盛 维基数据 无论如何,有可能扩展QueryInterface类以实现任何其他有用的API。 入门 要启动并运行本地副本,请遵循以下简单步骤: 使用sudo apt install python3 python sudo apt install python3 使用git clone https://github.com/GabrielePisciotta/grap


【文件预览】:
graph-enricher-main
----test_instancematching.py(4KB)
----.gitignore(2KB)
----requirements.txt(122B)
----generate_test_graphset.py(3KB)
----__init__.py(0B)
----APIs()
--------__init__.py(0B)
--------queryinterface.py(24KB)
--------stopwords-it.txt(4KB)
--------test_queryinterface.py(2KB)
----LICENSE(757B)
----test_merge_br.rdf(16KB)
----README.md(4KB)
----main_instancematching.py(659B)
----instancematching.py(11KB)
----main_enricher.py(625B)
----bibliographenricher.py(10KB)

网友评论