SmartDataAnalytics / DL-Learner

A tool for supervised Machine Learning in OWL and Description Logics
http://dl-learner.org
GNU General Public License v3.0
152 stars 34 forks source link

Enrichment : error with format #80

Open alvsan1 opened 4 years ago

alvsan1 commented 4 years ago

Hi , I'm run in Ubuntu DL-Learner/dllearner-ext-1.4.0/bin/enrichment -e http://... -o results.ttl -f turtle -r http://example.com/father#female

After the whole process the error is:

Exception in thread "main" java.lang.NullPointerException at org.dllearner.cli.Enrichment.toRDF(Enrichment.java:662) at org.dllearner.cli.Enrichment.toRDF(Enrichment.java:613) at org.dllearner.cli.Enrichment.main(Enrichment.java:1140)

Without formatting runs without has errors.

Thanks for any help !!!

SimonBin commented 4 years ago

hi, thanks for the report. I don't have the error :-( what java version is installed on your system?

alvsan1 commented 4 years ago

Hi, I'm use openjdk version "1.8.0_265" .

thanks!!!-