shahendahatem
shahendahatem
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...
I mean, I tried to do the code example that have been provided in the paper. I only get the nodes but i could not get the relation as mention...
Hi Dr, Thanks for your reply I tried to follow the steps and I get the following results 1- Code Analysis Graph: java -DoutputDir=./output/static_analysis/ -cp jars/codebreaker3.jar util.RunTurtleSingleAnalysis ./example_scripts/test1.py null null...