gAnswer
gAnswer copied to clipboard
A KBQA system based on DBpedia.
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...
Hello I am running the code and do not get any answer for the question "who is the wife of Donald Trump?" Am I missing any information? How can I...
I only get a cryptic SPARQL query in the response: {"question":"who is the wife of Donald Trump?","vars":["?who","?wife"],"sparql":["select DISTINCT ?who ?wife where { \t\t?wife. ?who\t\t?wife. } LIMIT 1"],"results":{"bindings":[{"?who":{"type":"uri","value":""},"?wife":{"type":"literal","value":"\"1991\""}}]},"status":"200"} But I need...
About question "How many official languages are spoken on the Seychelles?", I got a sparql from GANWERS: select COUNT(DISTINCT ?languages) where { ?languages \ \. \ \ ?languages. } LIMIT...
您好,我在按照教程运行ganswer时,输入http://localhost:9999/gSolve/?data={"maxAnswerNum":1, "maxSparqlNum":2, "question":Who is the wife of Donald Trump?}得到的结果如标题所示,这并不是我想要的结果;请问如果我只想要将中文查询语句转换成sparql语句的话,应该如何使用gAnswer?
你好, 1.我下载了代码并进行了编译。最初,直到我将dbpedia查找服务的URL从http更改为https之前,它才起作用。 2.这给了我进步,但是现在我得到了java.net.ConnectExceptionjava.net.ConnectException,因为它无法连接到http://172.31.222.90:9001。我的理解是,这是一个gstore三重存储。我坐下? 谢谢你。
错误代码502,请问现在能通过API访问你们的服务吗?服务器地址是多少? 另外我在本地部署了Ganswer但是没有部署Gstore,好像也无法进行正常问答。请问是服务器宕机了吗
您好,方便问一下,咱们这个gAnswer中文问答的性能咋样??
我之前用的是您在gAnswer中文问答的github中提供的一个非常小的子图数据,在data\pkubase\paraphrase文件夹路径下的这三个文件夹下的三个文件 :ccksminutf.txt、pkubase-mention2ent.txt和pkubase-paraphrase.txt 问题1: ccksminutf.txt文件是用来干什么的,以及这个文件是如何生成的??? 问题2: pkubase-mention2ent.txt和pkubase-paraphrase.txt这两个文件我知道分别是实体链接和谓词链接文件,那这两个文件是如何生成的???
[Input:] who is the wife of Donald Trump? EntityRecognizer Initial : ok! --------- entity/type recognition start --------- Type Check: wife Type Check: Donald Ent Check: Donald java.lang.NullPointerException at qa.mapping.DBpediaLookup.getEntityMappings(DBpediaLookup.java:53) at...