-
Notifications
You must be signed in to change notification settings - Fork 35
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
Creating Forums graph #20
Comments
I tried to extract the graph like ( head, relation, tail) as provided in the paper title ("A Toolkit for Generating Code Knowledge Graphs") in fig 4 but I could not get the relation from the docstring. I make all the steps but I only have head and tail in the graph. what should I do to be able to extract the graph in the same form as fig 4. |
Sorry I think I need a bit more background on what you mean. What code are you running, and what is the actual graph you get? |
Hi Shahenda, |
Hi Dr, 1- Code Analysis Graph: java -DoutputDir=./output/static_analysis/ -cp jars/codebreaker3.jar util.RunTurtleSingleAnalysis ./example_scripts/test1.py null null output : test 1 has 21 turtles 2- Collecting documentation (docstrings) for your scripts
cd src output : top_modules.json sklearn
cd scripts output: Number of documents stored in index:docstrings_index 3- Creating docstrings graph cd src output : Total number of triples = 728817 I get confused on some points:
|
No description provided.
The text was updated successfully, but these errors were encountered: