Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoungprogrammer committed Oct 7, 2016
1 parent d5a1550 commit 22e855b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

A natural language query engine on WikiData.

[Demo](http://nlquery.ayoungprogrammer.com)
* [Demo](http://nlquery.ayoungprogrammer.com)
* [Blogpost](http://blog.ayoungprogrammer.com/2016/10/creating-natural-language-query-engine.html/)

Sample queries:
Examples:
```
Who is Obama? 44th President of the United States
How tall is Yao Ming? 2.286m
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def run(self):
install_requires=[
'lango',
'pattern',
'arrow'
'arrow',
'grequests',
],
)

0 comments on commit 22e855b

Please sign in to comment.