Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chizhu/kgqa_hlm
基于知识图谱的《红楼梦》人物关系可视化及问答系统
https://github.com/chizhu/kgqa_hlm
kgqa nlp
Last synced: 21 days ago
JSON representation
基于知识图谱的《红楼梦》人物关系可视化及问答系统
- Host: GitHub
- URL: https://github.com/chizhu/kgqa_hlm
- Owner: chizhu
- Created: 2018-05-05T08:27:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T13:24:43.000Z (over 5 years ago)
- Last Synced: 2024-10-15T22:41:31.346Z (2 months ago)
- Topics: kgqa, nlp
- Language: HTML
- Homepage:
- Size: 5.04 MB
- Stars: 1,133
- Watchers: 15
- Forks: 300
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KGQA_HLM
基于知识图谱的《红楼梦》人物关系可视化及问答系统[![Project](https://img.shields.io/badge/project-KGQA_HLM-orange.svg)](https://github.com/chizhu/KGQA_HLM)
[![Python version](https://img.shields.io/badge/language-python3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)
[![Issues](https://img.shields.io/github/issues/chizhu/KGQA_HLM.svg)](https://github.com/chizhu/KGQA_HLM/issues)
[![Lisence](https://img.shields.io/badge/lisence-MIT-pink.svg)](https://github.com/chizhu/KGQA_HLM)
[![Lisence](https://img.shields.io/badge/lisence-Anti996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)* ~~详情请见 [http://chizhunlp.com](http://111.230.92.110/)~~
文件树:
1) app.py是整个系统的主入口
2) templates文件夹是HTML的页面
|-index.html 欢迎界面
|-search.html 搜索人物关系页面
|-all_relation.html 所有人物关系页面
|-KGQA.html 人物关系问答页面
3) static文件夹存放css和js,是页面的样式和效果的文件
4) raw_data文件夹是存在数据处理后的三元组文件
5) neo_db文件夹是知识图谱构建模块
|-config.py 配置参数
|-create_graph.py 创建知识图谱,图数据库的建立
|-query_graph.py 知识图谱的查询
6) KGQA文件夹是问答系统模块
|-ltp.py 分词、词性标注、命名实体识别
7) spider文件夹是爬虫模块
|- get_*.py 是之前爬取人物资料的代码,已经产生好images和json 可以不用再执行
|-show_profile.py 是调用人物资料和图谱展示在前端的代码
部署步骤:
* 0.安装所需的库 执行pip install -r requirement.txt
* 1.先下载好neo4j图数据库,并配好环境(注意neo4j需要jdk8)。修改neo_db目录下的配置文件config.py,设置图数据库的账号和密码。
* 2.切换到neo_db目录下,执行python create_graph.py 建立知识图谱
* 3.去 [这里](http://pyltp.readthedocs.io/zh_CN/latest/api.html#id2) 下载好ltp模型。[ltp简介](http://ltp.ai/)
* 4.在KGQA目录下,修改ltp.py里的ltp模型文件的存放目录
* 5.运行python app.py,浏览器打开localhost:5000即可查看系统整体流程图:
![流程](https://github.com/chizhu/KGQA_HLM/blob/master/%E5%9B%BE%E7%89%87%201.png)
网站示例:
欢迎界面![欢迎界面](https://github.com/chizhu/KGQA_HLM/blob/master/1.png)
主界面
![界面](https://github.com/chizhu/KGQA_HLM/blob/master/2.png)
![界面](https://github.com/chizhu/KGQA_HLM/blob/master/3.png)
![界面](https://github.com/chizhu/KGQA_HLM/blob/master/4.png)
![界面](https://github.com/chizhu/KGQA_HLM/blob/master/5.png)
![界面](https://github.com/chizhu/KGQA_HLM/blob/master/6.png)