#228 · Primary category: Knowledge Base & RAG

WEB_KG

baidu baike knowledge-graph neo4j nlp spider wiki

Crawl Baidu Baike Chinese pages, extract triples, and build a Chinese knowledge graph.

Project last updated:07/20/20

GitHub Stars

958

Forks

195

Contributors

3

License

Other

Why we included this project

WEB_KG is a complete pipeline for turning Chinese encyclopedia content into a queryable knowledge graph rather than a set of one-off scripts. A Scrapy spider pulls Baidu Baike pages, the parser extracts subject-predicate-object triples, and the raw pages and triples are stored in MongoDB before being pushed into Neo4j, where you can browse the finished graph through a web interface. The code is compact enough to read end to end, and the README covers deployment on both Linux and Windows. Because the extraction logic is written against Baidu Baike's page structure, it works best as a reference or starting point for Chinese-language scraping and graph pipelines; expect to adjust the parsing if you point it at another site.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category