Skip to content

shuifuture/CMeKGCrawler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

CMekgCrawler

Describe

The project includes 140000 entities and nearly 700000 relationships

Relationship

DISEASE

SYMPTOM

DRUG

TREATMENT

Quick Start

Dependencies

  • Java 8 and up
  • Maven 3.6.3 and up
  • Neo4j
  • IDEA

How To Start

DownLoad Source Code

git clone https://gitee.com/huyuanxin/CMeKGCrawler
git clone https://github.com/huyuanxin/CMeKGCrawler

Import Code To IDEA

Configuration Database Information

#neo4j
spring.data.neo4j.uri=bolt://ip:port
spring.data.neo4j.username=username
spring.data.neo4j.password=password

Run Application

  • Run KnowledgeCrawlerApplication.java.java

References

If you used Knowledge Crawler in your research, please quote it in the following format:

@Software{CollegeCrawler,
  author = {huyuanxin,luhaoyi,zhangtingting},
  title = {{CMeKGCrawler: CMeKGCrawler}},
  year = {2021},
  url = {https://github.com/huyuanxin/CMeKGCrawler},
}

Disclaimers

Please do not apply Knowledge Crawler to any work that may violate the legal provisions and moral constraints. Please use Knowledge Crawler friendly, abide by the spider agreement, and do not use Knowledge Crawler for any illegal purpose. If you choose to use Knowledge Crawler, you will abide by this agreement. The author will not bear any legal risks and losses caused by your violation of this agreement, and all consequences will be borne by you.

Database

如果不想自己进行爬取,可以自行在此下载
项目:https://github.com/huyuanxin/MKGS
链接:https://pan.baidu.com/s/1I9GG4zD2rULAKA6Mb365LQ 提取码:MKGS

About

知识图谱前端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%