pkumod / gAnswer

A KBQA system based on DBpedia.
http://ganswer.gstore-pku.com
BSD 3-Clause "New" or "Revised" License
376 stars 98 forks source link

using gAnswer with my own rdf? #65

Open MarcoCastelli98 opened 2 years ago

MarcoCastelli98 commented 2 years ago

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!