Skip to content

Commit

Permalink
Update build_medicalgraph.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuanyong authored Aug 13, 2020
1 parent 2b04d7c commit 29e2435
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build_medicalgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,8 @@ def export_data(self):

if __name__ == '__main__':
handler = MedicalGraph()
# handler.export_data()
print("step1:导入图谱节点中")
handler.create_graphnodes()
print("step2:导入图谱边中")
handler.create_graphrels()

0 comments on commit 29e2435

Please sign in to comment.