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

variable names in SPARQL2NL ouput #1

Closed JensLehmann closed 12 years ago

JensLehmann commented 12 years ago

Variables should be ordered in such a way that only one letter is sufficient for almost all cases instead of ?x0, ?x1, ...

For instance, ?x, ?y, ?z, ?x0, ?x1, ... could be such an ordering.

LorenzBuehmann commented 12 years ago

Solved as suggested, but maybe should be integrated into SPARQL2NL directly.