Lorenz Bühmann
Lorenz Bühmann
Hi, tried to use the latest FTM entities dataset from https://www.opensanctions.org/datasets/sanctions/ , i.e. in particular this file: https://data.opensanctions.org/datasets/latest/sanctions/entities.ftm.json While converting the data to RDF I recognized that lots of the...
Hi, I'm trying to use the inference engine to get all nodes labeled directly or indirectly by a class via the procedure `semantics.inference.nodesLabelled` It looks like it doesn't work in...
Adding unions in class expression like r some (A or B or ...) (A or B or ...) should be pruned resp. avoided if they do not have any extensional...
In OWL2 EL only the following constructs are supported(see http://www.w3.org/TR/owl2-profiles/#OWL_2_EL): - existential quantification to a class expression (ObjectSomeValuesFrom) or a data range (DataSomeValuesFrom) - existential quantification to an individual (ObjectHasValue)...
@JensLehmann @patrickwestphal @SimonBin In order to have a complete and up-to-date documentation, all available components need to be annotated. For instance, several heuristics do not have an annotation, thus, they...
As DL-Learner contains several different learning algorithms, support for bagging[1] could be an interesting feature. We still would have to figure out how to aggregate several CEs... [1] An Empirical...
Add generalized IR measures, e.g. match-, commission-, omission- und inductionrate (see [1]) as heuristics. [1] [A Note on the Evaluation of Inductive Concept Classification Procedures](http://ceur-ws.org/Vol-426/swap2008_submission_14.pdf) ┆Issue is synchronized with this...
Both implementations are used to solve a ternary learning problem and seem to share code. We should check whether we only need one of them.
We already use Java 8 so we should move to OWL API 5 and benefit from its improvements as well. This means we also have to update the reasoner dependencies....
Currently, there is only one option to set the frequency threshold of properties values used e.g. in hasValue hypotheses, i.e. we cannot set different values for the values of object...