Skip to content
Open
Changes from 1 commit
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
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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 a web server and the [Composer](https://getcomposer.org/) tool.

Navigate to the diretory where your web server serves files from, then run the following commands:
```
git clone https://github.com/ProjetPP/PPP-Wikidata-SPARQL.git
cd PPP-Wikidata-SPARQL
composer install
```

Then open `http://localhost/PPP-Wikidata-SPARQL/www` in your browser.