We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如题,请问是没有地方入库吗?
The text was updated successfully, but these errors were encountered:
你可以自己在build_medicalgraph.py的main函数里调用创建节点以及创建关系。
Sorry, something went wrong.
如何在main函数里面调用创建节点和创建关系呢,不大了解创建节点和创建关系的顺序,所以不清楚怎么调用那些方法,可否发一下,main函数的代码,万分感谢。
if name == 'main': handler = MedicalGraph() handler.create_graphnodes() handler.create_graphrels()
No branches or pull requests
如题,请问是没有地方入库吗?
The text was updated successfully, but these errors were encountered: