This modern DBpedia chatbot provides access to a self-configurable Question Answering (QA) system. The chatbot is encapsulating the functionality of the Qanary framework including its plug-and-play components (cf. the list of available components). This project is dedicated to enabling regular users and researchers to define their own QA system by combining components just by interacting with the provided chatbot. Hence, no technical skills are required to create and test a new QA system.
This repository provides the implementation of the chatbot. It was initially implemented funded by the Google Summmer of Code program (GSoC). Originally it was proposed in the DBpedia forum: 'Modular DBpedia Chatbot'. Please find more information in the blog of the project.
The GSoC project was carried out by Jayesh Desai.
The project is supervised and supported by:
├── Dialogflow-Agent # Chatbot code
├── Zip File # Import zip file in dialogflow
├── Webhook # Webhook code
├── RDF-Visualization # RDF visualization code
You will need to register a free account on Dialogflow if you want to run the chatbot by yourself. After that you need to create an agent.
<script src="https://www.gstatic.com/dialogflow-console/fast/messenger/bootstrap.js?v=1"></script>
<df-messenger
intent="WELCOME"
chat-title="DBpediaChatbotNG"
agent-id="ad6b7d53-5823-4d2a-a540-529c4259cb7a"
language-code="en"
></df-messenger>
Contributions are always welcome!
See contributing.md
for ways to get started.
Feedback is appreciated! Do not hesitate to submit a new issue!