rdfhdt / hdt-java

HDT Java library and tools.
Other
94 stars 69 forks source link

allow using nt simple parser in RDF2HDT cli/generateHDT #163

Closed ate47 closed 2 years ago

ate47 commented 2 years ago

In this pull request, I've added a argument to the RDF2HDT CLI command to use the simple NT parser RDFParserSimple, it also add a option for the generateHDT command with the option

I've also optimized the algorithm to reduce the number of calls to substring to the minimum, reducing the number of string copy.

D063520 commented 2 years ago

Good work!