machinalis / quepy

A python framework to transform natural language questions to queries in a database query language.
Other
1.25k stars 296 forks source link

How can the filtering option of sparql be done? #44

Open ABHISHEKVALSAN opened 7 years ago

ABHISHEKVALSAN commented 7 years ago

As of now there are only triples inside WHERE{}. Including this filtering can increase the semantics in the search. eg) List the details of Actors other than Tom Cruise? which filters Tom Cruise and displays the result of other actors. Implementing this is a great achievement against keyword based which will only details of Tom Cruise which is opposite of what the user wants.

bukharilab commented 6 years ago

I have the same issue.. It seems quepy does not support filtering