# Movie_graphknowledge **Repository Path**: godssj2000/Movie_graphknowledge ## Basic Information - **Project Name**: Movie_graphknowledge - **Description**: 利用2019年语言和智能比赛的数据和训练的模型,对开放的影视新闻进行三元组抽取,形成影视知识图谱。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2022-08-18 - **Last Updated**: 2022-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 影视类知识图谱构建 1. 安装requirements.txt中的模块; 2. 开启本地MySQL数据库,movie_graph数据库,表名为movies,表结构如下: +-------------+----------+------+-----+---------+----------------+\ | Field | Type | Null | Key | Default | Extra |\ +-------------+----------+------+-----+---------+----------------+\ | id | int(11) | NO | PRI | NULL | auto_increment |\ | create_time | datetime | YES | | NULL | |\ | subject | text | YES | | NULL | |\ | predicate | text | YES | | NULL | |\ | object | text | YES | | NULL | |\ | document | text | YES | | NULL | |\ +-------------+----------+------+-----+---------+----------------+ 示例数据如下: ![](https://github.com/percent4/Movie_graphknowledge/blob/master/movie_db.png) 3. 启动"server/runServer.py",在网页中输入"http://localhost:6007/index" .