AskNowQA / AutoSPARQL

Warning: Not working at the moment. Maintainer on parental leave. AutoSPARQL allows to create SPARQL queries over RDF knowledge bases from natural language with low effort.
http://aksw.org/Projects/AutoSPARQL.html
GNU General Public License v3.0
91 stars 54 forks source link

Introduction

AutoSPARQL TBSL is a graphical user interface, which allows to answer natural language queries over RDF knowledge bases. It is based on algorithms implemented in the DL-Learner Semantic Web machine learning framework.

Requirements

Warning

AutoSPARQL TBSL is a research prototype that is not actively developed anymore. As such, getting it to work may need some effort and depends on the availability of several other online services. Feel free to create issues if you encounter problems and please share your fixes using pull requests.

Installation and Execution

  1. clone the git repository
  2. run ./compile and then ./run (Linux, Mac) or compile.bat and then run.bat (Windows)
    • Manually: Do mvn install -N in the folders in that order: autosparql, commons, algorithm-tbsl. Then go into autosparql-tbsl and run mvn jetty:run.

Then, go into your browser and access http://localhost:8080 and click on the link to the application.

Error Reporting

If you encounter errors, please look at the issues if the problem is already reported. If not, please create a single issue including the command line output. If the error occurs during compilation, please use ./createcompillelog instead of ./compile to create the compile log. Feel free to create issues if you encounter problems and please share your fixes using pull requests.

Adding your own Dataset

Using your own datasource instead of DBpedia or Oxford is nontrivial. It needs several days of work in addition to the time needed to familiarize yourself with the code base.

You need to:

Modules and Packages

Maven Module Package Purpose
autosparql-parent - Parent Module
algorithm-tbsl org.aksw.autosparql.tbsl.algorithm Algorithm
commons org.aksw.autosparql.commons Utilities
autosparql-tbsl org.aksw.autosparql.tbsl.gui.vaadin Web Interface