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

Exact comparisons #7

Closed timfu closed 12 years ago

timfu commented 12 years ago

The query "houses with more than 2 bedrooms" works, but "houses with 2 bedrooms" or "houses with exactly 2 bedrooms" or "houses with equal to 2 bedrooms" or any other such query I tried doesn't work.

Is there a trick or does this need fixing?

LorenzBuehmann commented 12 years ago

Needs to be fixed.

cunger commented 12 years ago

Now they all behave the same.

Still, one problem remains: Templates with a regex filter over descriptions do not yet incorporate numerals, i.e. asking for "houses with more than two kitchens" will return all houses with "kitchen" in the description.