Skip to content

Commit 281d4e4

Browse files
#119 removed kyoto reference from readme
1 parent 1384f34 commit 281d4e4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ HDT keeps big RDF datasets compressed while maintaining efficient search and bro
1111
The implementation has the following dependencies:
1212
- [Serd v0.28+](http://drobilla.net/software/serd/) This enables importing RDF data in the Turtle and N-Triples serialization formats specifically. The dependency is activated by default.
1313
- [libz](http://www.zlib.net/) Enables loading N-Triples files compressed with GZIP (e.g., `file.nt.gz`) and gzipped HDTs (`file.hdt.gz`). The dependency is activated by default.
14-
- [Kyoto Cabinet](http://fallabs.com/kyotocabinet/) (optional) Enables generating big RDF datasets on machines without much RAM memory, by creating a temporary Kyoto Cabinet database. The dependency is deactivated by default; to activate it, call `configure` with `--with-kyoto=yes` flag during installation.
1514

1615
The installation process has the following dependencies:
1716

@@ -41,9 +40,9 @@ Then, run:
4140
After building, these are the typical operations that you will perform:
4241

4342
- Convert your RDF data to HDT:
44-
43+
4544
NB: the input stream is assumed to be valid RDF, so you should validate your data before feeding it into rdf2hdt.
46-
45+
4746
```
4847
$ tools/rdf2hdt data/test.nt data/test.hdt
4948
```

0 commit comments

Comments
 (0)