Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darroyue committed Oct 3, 2021
1 parent 65bfe10 commit 7e87a75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Ring-RPQ

Repository for the prototype source code of the paper Time- and Space-Efficient Regular Path Queries on Graphs.
Repository for the prototype source code of the paper Time- and Space-Efficient Regular Path Queries on Graphs. This is just a prototype version aiming at reproducing the experiments of the paper. A final version will be added soon.

Instructions
## Instructions

To run our code, please install an extended version of the library SDSL. Go to this [this repository](https://github.com/darroyue/sdsl-lite) and follow the instructions.

Expand All @@ -27,4 +27,3 @@ This will create the index on the same directory were the wikidata file is. Keep
```Bash
./query-index <path-to-index-file> data/paths.tsv
```

0 comments on commit 7e87a75

Please sign in to comment.