DL-Learner icon indicating copy to clipboard operation
DL-Learner copied to clipboard

A tool for supervised Machine Learning in OWL and Description Logics

Results 32 DL-Learner issues
Sort by recently updated
recently updated
newest added

Given the following code and the current release DL-Learner 1.5, there is a ClassCastException thrown during `alg.start();`. ```java OWLOntologyManager manager = OWLManager.createConcurrentOWLOntologyManager(); OWLOntology ontology = manager.loadOntologyFromOntologyDocument(getClass().getResourceAsStream("/Test.owl")); Configuration reasonerConfiguration = new...

bug

Hello, I wanted to bring to light an error I am receiving when running `components-core` `FatherExample` unit test with my current JDK 17. This error occurs despite setting the target...

Bumps [spring-beans](https://github.com/spring-projects/spring-framework) from 4.3.29.RELEASE to 5.3.18. Release notes Sourced from spring-beans's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

Bumps stanford-corenlp from 4.0.0 to 4.4.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=edu.stanford.nlp:stanford-corenlp&package-manager=maven&previous-version=4.0.0&new-version=4.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [h2](https://github.com/h2database/h2database) from 1.4.200 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

See https://github.com/dice-group/Ontolearn/issues/150 - An existential class expression DataSomeValuesFrom ( DPE DR ) contains all those individuals that are connected by DPE to literal lt, such that lt is in DR...

I would like to report a bug. DL-Learners fails to initialize when class expressions are used to specify positive and negative examples. Version: 1.5.0 Command: cli train.conf Input data and...

bug
DL-Learner

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...

Hi, I'm new to dllearner and I was trying to use dllearner commandline cli to run my own ontology. I have got an error below. 'op' is a controlled vocabulary...

Hello all, I was interested in using alg.ignoredConcepts and alg.startClass as shown in [1](https://github.com/SmartDataAnalytics/DL-Learner/blob/develop/examples/moral_reasoner/moral_all_examples_complex_owl.conf) and [2](https://github.com/SmartDataAnalytics/DL-Learner/blob/develop/examples/carcinogenesis/param-celoe.conf) for complex concepts, i.e, concepts having lengths >1. To this end, I use [Grandgrandmother.conf](https://github.com/SmartDataAnalytics/DL-Learner/blob/develop/examples/family-benchmark/Grandgrandmother.conf)...