-
Notifications
You must be signed in to change notification settings - Fork 362
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
how to use GEM in an exsisting graph #85
Comments
GEM is using networkx library for the graphs representations. |
@CatcherGG thanks for your answer. yes I also saw this library onto2nx to convert my data but unfortunately there is no tutorial for this library in the internet. And I just struggling to get know how should I do that. if you have experience using it, I would be appreciated if you can help by giving some tips. |
You can also convert OWL to a text file with edges which you can easily load into networkx. |
@palash1992 you mean just convert the owl file format in .txt and use it in Networkx? |
Hi everyone,
I'd like to use GEM library in a graph that I created by myself.
the file format of my graph is .owl.
I don't know how should I read my graph into python, extract the edge lists and implement the methods on them. in which format should I have my graph(and probably how?)
can anyone give me clear instruction?
Thanks
The text was updated successfully, but these errors were encountered: