Michael Röder
Michael Röder
# Goal Provide a GERBIL instance that is able to evaluate Link Prediction results. ## Proposed user workflow 1. User chooses type of evaluation 1. Head prediction 2. Tail prediction...
Please add the [IndQNER](https://github.com/dice-group/IndQNER) dataset. The files can be found in the `dataset` directory.
## Description The D2KBTest fails because two entities of the OKE Task 1 Example Dataset seem to be handled in a faulty way. ``` 2023-06-05 11:57:52,610 [Thread-7] DEBUG [org.aksw.gerbil.evaluate.impl.ConfidenceBasedFMeasureCalculator] -...
Integrate datasets from [MasakhaNER](https://github.com/masakhane-io/masakhane-ner/tree/main/data) and [MasakhaNER 2.0](https://github.com/masakhane-io/masakhane-ner/tree/main/MasakhaNER2.0/data)
## Problem If the file-based sameAs cache reaches a larger size, serializing it takes up some time. During this time, the serializing thread owns all semaphore permits of the cache...
Hi all, if I understood it correctly, the correct URI of d0 is: `@prefix d0: .` Unfortunately, all files contain the following prefix definition: `@prefix d0: .` This is a...
## User Story As a user, I would like to be able to search through the existing experiment results. It would also be helpful if I could add some descriptions...
## User story As a user of knowledge graphs, I already have my knowledge graph within a triple store with a SPARQL interface. However, for some of the CEL algorithms,...
### User story As a user experienced in using RDF, I want to stick to RDF instead of transforming it into a JSON request. ### Solution Extend the method that...
### Description At the moment, it does not seem to be possible to use the Java 9 SDK to build the GUI Serverbackend project (although the pom.xml states that Java...