# CMeKGCrawler **Repository Path**: wangbin850314/cme-kgcrawler ## Basic Information - **Project Name**: CMeKGCrawler - **Description**: 知识图谱爬虫,包含14万余实体和近70万关系 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 12 - **Created**: 2021-08-27 - **Last Updated**: 2021-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README CMekgCrawler # Describe The project includes 140000 entities and nearly 700000 relationships ## Relationship [DISEASE](./doc/疾病.md) [SYMPTOM](./doc/症状.md) [DRUG](./doc/药物.md) [TREATMENT](./doc/诊疗.md) # Quick Start ## Dependencies * Java 8 and up * Maven 3.6.3 and up * Neo4j * IDEA ## How To Start ### DownLoad Source Code ```shell git clone https://gitee.com/huyuanxin/CMeKGCrawler git clone https://github.com/huyuanxin/CMeKGCrawler ``` ### Import Code To IDEA ### Configuration Database Information ```properties #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.