AskNowQA / KrantikariQA

An InformationGain based Question Answering over knowledge Graph system.
57 stars 18 forks source link

Handle ask query with variables #11

Open geraltofrivia opened 6 years ago

geraltofrivia commented 6 years ago

We don't handle ask queries whose answers depends upon whether this query will fetch any answer; only handle the ones which enquire whether THIS triple exists.

Eg. of queries we don't handle yet:

ASK WHERE {
        res:James_Bond dbo:spouse ?uri . 
}