Commit 547f65c
authored
options are parsed wrongly
The way the options are parsed is not inline with the documentation:
rdf2hdt [options] <rdf input file> <hdt output file>
-h This help
-i Also generate index to solve all triple patterns.
-c <configfile> HDT Config options file
-o <options> HDT Additional options (option1=value1;option2=value2;...)
-f <format> Format of the RDF input (nquads,nq,ntriples,nt,trig,turtle,ttl)
-B "<base URI>" Base URI of the dataset.
-V Prints the HDT version number.
-p Prints a progress indicator.
-v Verbose output
and also not with the java version:
https://github.com/rdfhdt/hdt-java/blob/672fccee8e00b28377b6dd3747df63528635483e/hdt-java-core/src/main/java/org/rdfhdt/hdt/options/HDTOptionsBase.java#L661 parent ec01e9f commit 547f65c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments