The documentation says that it is possible to use gAnswer with my own rdf so I followed the tutorial to generate the files needed (using the scripts in the genrate_fragments folder) but then how can I run gAnswer with my own files?. Looking at the source code I find variables and paths referring to dbpedia files, should I modify all these paths with my own files?
Second question, in ParaphraseDictionary class there are variables referring to files like: dbpedia-relation-paraphrase-handwrite.txt, 16dbo_predicates.txt which obviously aren't generated by the python's scripts , are these files really needed?
The documentation says that it is possible to use gAnswer with my own rdf so I followed the tutorial to generate the files needed (using the scripts in the genrate_fragments folder) but then how can I run gAnswer with my own files?. Looking at the source code I find variables and paths referring to dbpedia files, should I modify all these paths with my own files?
Second question, in ParaphraseDictionary class there are variables referring to files like: dbpedia-relation-paraphrase-handwrite.txt, 16dbo_predicates.txt which obviously aren't generated by the python's scripts , are these files really needed?
Thank you in advance!