rdfhdt / hdt-java

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

Implement dir and hdt parser #160

Closed ate47 closed 2 years ago

ate47 commented 2 years ago

This pull request add 2 RDF parsers, one for the directories (removing the fixme) and one for HDTs, so it's quicker to get the content of an HDT. It's using the mapHDT method to get the content.

I've added tests to test both of the parsers.

D063520 commented 2 years ago

cool!