You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the DBpedia HDT data set.
I try to load it using the following code:
HDT hdtDataSet = HDTManager.loadHDT(hdtFilePath);
When I run the program, I get the following exception after some minutes:
org.rdfhdt.hdt.exceptions.CRCException: CRC Error while reading Dictionary Section Plain Front Coding Data.
at org.rdfhdt.hdt.dictionary.impl.section.PFCDictionarySectionBig.load(PFCDictionarySectionBig.java:490)
at org.rdfhdt.hdt.dictionary.impl.section.DictionarySectionFactory.loadFrom(DictionarySectionFactory.java:67)
at org.rdfhdt.hdt.dictionary.impl.FourSectionDictionary.load(FourSectionDictionary.java:119)
at org.rdfhdt.hdt.hdt.impl.HDTImpl.loadFromHDT(HDTImpl.java:194)
at org.rdfhdt.hdt.hdt.impl.HDTImpl.loadFromHDT(HDTImpl.java:214)
at org.rdfhdt.hdt.hdt.HDTManagerImpl.doLoadHDT(HDTManagerImpl.java:34)
at org.rdfhdt.hdt.hdt.HDTManager.loadHDT(HDTManager.java:66)
I downloaded the DBpedia HDT data set.
I try to load it using the following code:
When I run the program, I get the following exception after some minutes:
I am using:
Remark: It does work with other data sets such as
Semantic Web Dog Food
.The text was updated successfully, but these errors were encountered: