Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# PPP-Wikidata-SPARQL

Tool to generate SPARQL queries based on natural language input,
powered by [Wikidata](https://www.wikidata.org/) and [Platypus](https://projetpp.github.io/).

## Development

Running this project this requires PHP and [composer](https://getcomposer.org/).

To install the application, clone the repository and `composer install` within its root directory.

You can then serve the application using your local web server, or using PHP's built-in server: run `php -S localhost:8080 -t www/` and open http://localhost:8080 in your browser.