Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create_graphnodes 没有地方调用啊? #6

Open
xiaoyaosheng opened this issue Nov 14, 2018 · 3 comments
Open

create_graphnodes 没有地方调用啊? #6

xiaoyaosheng opened this issue Nov 14, 2018 · 3 comments

Comments

@xiaoyaosheng
Copy link

如题,请问是没有地方入库吗?

@keleus
Copy link

keleus commented Dec 28, 2018

你可以自己在build_medicalgraph.py的main函数里调用创建节点以及创建关系。

@zhiyuanxiaokeai
Copy link

zhiyuanxiaokeai commented Apr 24, 2019

如何在main函数里面调用创建节点和创建关系呢,不大了解创建节点和创建关系的顺序,所以不清楚怎么调用那些方法,可否发一下,main函数的代码,万分感谢。

@18813055625
Copy link

if name == 'main':
handler = MedicalGraph()
handler.create_graphnodes()
handler.create_graphrels()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants